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 34f91ce commit 18e2e2dCopy full SHA for 18e2e2d
.github/workflows/release.yml
@@ -133,7 +133,7 @@ jobs:
133
} >> "$GITHUB_OUTPUT"
134
fi
135
- name: Create GitHub Release
136
- uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
+ uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
137
with:
138
tag_name: ${{ needs.validate-release.outputs.version }}
139
name: Release ${{ needs.validate-release.outputs.version }}
0 commit comments