Skip to content

Commit

Permalink
use snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 25, 2024
1 parent 12b5de3 commit ffd5564
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/js-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
yarn install
npx lerna run build
- name: upgrade & publish version(s)
## TODO version and publish commands need to be adjusted when we're confident with the pipeline
run: |
npx changeset version
npx changeset publish
- name: Push to git
run: |
git push --follow-tags
npx changeset version --snapshot migration
npx changeset publish --no-git-tag --snapshot
## TODO enable the git tagging when we're confident with the pipeline
##- name: Push to git
## run: |
## git push --follow-tags

0 comments on commit ffd5564

Please sign in to comment.