Skip to content

Commit

Permalink
[skip ci] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 19, 2024
1 parent 7236ddc commit 9731d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
git tag -d ${{ steps.latest_tag.outputs.TAG }};
git tag ${{ steps.latest_tag.outputs.TAG }};
- name: Tag repo with the post-relase
- name: Tag repo with the post-release
if: github.event_name == 'repository_dispatch'
run: git tag ${{ steps.post_release_tag.outputs.TAG }}

Expand Down

0 comments on commit 9731d29

Please sign in to comment.