We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6fd26 commit 50fc993Copy full SHA for 50fc993
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
echo "APK_UNIVERSAL_SHA=$sha" >> $GITHUB_ENV
101
102
- name: Create release
103
- uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
+ uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
104
if: ${{ env.commit_count_diff > 0 }}
105
with:
106
tag_name: pre-${{ env.COMMIT_COUNT }}
0 commit comments