We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74f6ee6 + 8998a3d commit 41032f8Copy full SHA for 41032f8
.github/workflows/auto_release.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "Outputs Skipped: ${{ steps.changelog.outputs.skipped }}"
31
32
- name: Auto-Create Production Release
33
- uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2 # auto create a tag and release
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 # auto create a tag and release
34
if: github.ref == 'refs/heads/main' && steps.changelog.outputs.skipped == 'false'
35
with:
36
token: ${{ secrets.GH_TOKEN }}
0 commit comments