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 247f857 commit b3ad9ccCopy full SHA for b3ad9cc
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Prepare workspace snippet
80
run: .github/workflows/workspace_snippet.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
81
- name: Release
82
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
83
with:
84
prerelease: true
85
# Use GH feature to populate the changelog automatically
0 commit comments