Skip to content

Commit

Permalink
generate a tag on publish (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders authored May 16, 2024
1 parent 2f5899d commit 4823bc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
uses: changesets/action@v1
with:
commit: version packages
publish: pnpm -r publish --access public
title: version packages
publish: pnpm -r publish --access public && pnpm exec changeset tag
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4823bc4

Please sign in to comment.