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 24027d0 commit f6f9995Copy full SHA for f6f9995
.github/workflows/remote-release-trigger.yml
@@ -60,7 +60,7 @@ jobs:
60
id: calculate_head_sha
61
run: echo "commit_sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
62
63
- - uses: rickstaa/action-create-tag@84c90e6ba79b47b5147dcb11ff25d6a0e06238ba # pin@v1
+ - uses: rickstaa/action-create-tag@a1c7777fcb2fee4f19b0f283ba888afa11678b72 # pin@v1
64
with:
65
tag: ${{ steps.calculate_version.outputs.result }}
66
commit_sha: ${{ steps.calculate_head_sha.outputs.commit_sha }}
0 commit comments