We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48b4f1 commit de5c81fCopy full SHA for de5c81f
.github/workflows/release-snapshot.yml
@@ -88,7 +88,7 @@ jobs:
88
# Snapshot release may only be updated for commits to the main branch.
89
if: github.ref == 'refs/heads/main'
90
91
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
92
with:
93
name: Snapshot
94
prerelease: true
0 commit comments