We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b130f commit 6c7dff7Copy full SHA for 6c7dff7
1 file changed
.github/workflows/publish.yml
@@ -43,15 +43,15 @@ jobs:
43
44
- name: Publish v{major}.{minor} tag
45
if: steps.release_please.outputs.release_created
46
- uses: richardsimko/update-tag@v1
+ uses: richardsimko/update-tag@aab2434e9a5040687874aa39d1c6377ec0cb0d94
47
with:
48
tag_name: v${{steps.release_please.outputs.major}}.${{steps.release_please.outputs.minor}}
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
52
- name: Publish v{major} tag
53
54
55
56
tag_name: v${{steps.release_please.outputs.major}}
57
0 commit comments