Skip to content

Commit 50fc993

Browse files
authored
revert softprops/action-gh-release from 2.2.0 to 2.1.0
1 parent 3d6fd26 commit 50fc993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
echo "APK_UNIVERSAL_SHA=$sha" >> $GITHUB_ENV
101101
102102
- name: Create release
103-
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
103+
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
104104
if: ${{ env.commit_count_diff > 0 }}
105105
with:
106106
tag_name: pre-${{ env.COMMIT_COUNT }}

0 commit comments

Comments
 (0)