Skip to content

Commit

Permalink
chore(ci): fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Oct 3, 2023
1 parent 5a23fe3 commit b79ee21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 18

- name: Release on NPM
run: pnpm semantic-release
run: pnpm release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"release": "semantic-release",
"prepare": "husky install"
},
"lint-staged": {
Expand Down

0 comments on commit b79ee21

Please sign in to comment.