Skip to content

Commit

Permalink
Update retag-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Mar 4, 2024
1 parent 332a03d commit 17a681d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/retag-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Retag Commit
on:
push:
branches:
# - main
- playwright-tests
- main


jobs:
Expand All @@ -21,10 +20,10 @@ jobs:
- name: Delete Old Tag
run: |
git tag -d wasp-v0.12-test || true
git push origin :refs/tags/wasp-v0.12-test || true
git tag -d wasp-v0.12-template || true
git push origin :refs/tags/wasp-v0.12-template || true
- name: Add New Tag
run: |
git tag wasp-v0.12-test
git push origin wasp-v0.12-test
git tag wasp-v0.12-template
git push origin wasp-v0.12-template

0 comments on commit 17a681d

Please sign in to comment.