Skip to content

Commit

Permalink
ci: tag with changesets (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign authored Oct 27, 2024
1 parent d5e675f commit a9b671a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Create release pull request
uses: changesets/action@v1
with:
publish: npm run tag
publish: npx changeset tag
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"pretest": "npm run test:build",
"test:build": "npm --prefix ./examples/fastify-integration-plugin run generate-schemas",
"prepare": "npx simple-git-hooks && npm run test -- --run && npm run source:check && npm run build",
"tag": "node ./scripts/tag.js",
"prettier:check": "prettier . --check",
"prettier:fix": "npm run prettier:check -- --write",
"type:check": "tsc --noEmit",
Expand Down
19 changes: 0 additions & 19 deletions scripts/tag.js

This file was deleted.

0 comments on commit a9b671a

Please sign in to comment.