Skip to content

Commit

Permalink
chore: update package.json and release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Apr 2, 2024
1 parent 0478f4d commit a37a2e6
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: npx semantic-release --debug true --dry-run false
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.CI_NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@semantic-release/git": "^10.0.1",
"@types/minimalistic-assert": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@vitest/browser": "1.3.1",
Expand Down
83 changes: 82 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a37a2e6

Please sign in to comment.