We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cd49e commit 7101d5fCopy full SHA for 7101d5f
.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