We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e833a commit e03103dCopy full SHA for e03103d
.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@v1
+ uses: softprops/action-gh-release@v2
92
with:
93
name: Snapshot
94
prerelease: true
0 commit comments