Skip to content

Commit

Permalink
add publish tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jan 16, 2025
1 parent f1edd9b commit b1d61ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: yarn changeset version --snapshot

- name: Publish snapshot
run: yarn changeset publish --no-git-tag --snapshot
run: yarn changeset publish --no-git-tag --snapshot --tag next
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_FROM_CHANCE }}

0 comments on commit b1d61ad

Please sign in to comment.