Skip to content

Commit

Permalink
Fix push tags after publish (#3949)
Browse files Browse the repository at this point in the history
* test with canary

* add changeset

* remove tester from canary

* remove changeset
  • Loading branch information
gyfchong authored Aug 3, 2023
1 parent a8b3d47 commit 251fc8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/changeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
commit: "version packages"
version: yarn ci:version
publish: yarn ci:publish
push-tags:
runs-on: ubuntu-latest
needs: version
if: needs.version.outputs.published == 'true'
steps:
- uses: actions/checkout@v3
- run: git push --follow-tags
slack-notify:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 251fc8b

Please sign in to comment.