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 ed8d27b commit fc4f95aCopy full SHA for fc4f95a
.github/workflows/publish.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Create GitHub Release
93
if: ${{ !inputs.dryRun }}
94
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
95
with:
96
tag_name: ${{ steps.bump-version.outputs.tag }}
97
generate_release_notes: true
0 commit comments