We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecda997 + 7352743 commit 035bfffCopy full SHA for 035bfff
.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@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
74
with:
75
token: ${{ secrets.GITHUB_TOKEN }}
76
files: |
0 commit comments