We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dda397 commit 2d5cf88Copy full SHA for 2d5cf88
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
${{ inputs.release_prep_command }} ${{ inputs.tag_name || env.GITHUB_REF_NAME }} > release_notes.txt
51
52
- name: Release
53
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
54
with:
55
prerelease: ${{ inputs.prerelease }}
56
# Use GH feature to populate the changelog automatically
0 commit comments