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 2a973fa commit 7b39dffCopy full SHA for 7b39dff
1 file changed
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: Create GitHub release
102
if: steps.diff.outputs.changed == 'true' || github.event_name == 'workflow_dispatch'
103
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
104
with:
105
tag_name: v${{ steps.bump.outputs.version }}
106
generate_release_notes: true
0 commit comments