Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jan 28, 2025
1 parent cb3a8f1 commit ba2dd88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm build
pnpm update-package-names
# this ensures there's always a patch release created
cat << 'EOF' > .changeset/snapshot-template-changeset.md
---
Expand All @@ -104,9 +107,6 @@ jobs:
snapshot release
EOF
pnpm build
pnpm update-package-names
pnpm changeset version --snapshot ${{ env.TAG }}
pnpm changeset publish --tag ${{ env.TAG }}
Expand Down

0 comments on commit ba2dd88

Please sign in to comment.