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 7236ddc commit 9731d29Copy full SHA for 9731d29
.github/workflows/ci-cd.yaml
@@ -348,7 +348,7 @@ jobs:
348
git tag -d ${{ steps.latest_tag.outputs.TAG }};
349
git tag ${{ steps.latest_tag.outputs.TAG }};
350
351
- - name: Tag repo with the post-relase
+ - name: Tag repo with the post-release
352
if: github.event_name == 'repository_dispatch'
353
run: git tag ${{ steps.post_release_tag.outputs.TAG }}
354
0 commit comments