We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92229ee + 072001c commit aa3c89dCopy full SHA for aa3c89d
.github/workflows/release-build.yml
@@ -70,7 +70,7 @@ jobs:
70
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' }}
71
72
- name: Create/update release
73
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
+ uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
74
with:
75
token: ${{ secrets.GITHUB_TOKEN }}
76
files: |
0 commit comments