Skip to content

Commit

Permalink
ci: fix semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Aug 18, 2023
1 parent 2717540 commit 7932e6b
Show file tree
Hide file tree
Showing 3 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 @@ -36,7 +36,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npm run semantic-release

- name: Set npm package url to GITHUB_OUTPUT
id: set-npm-url
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"scripts": {
"generate-docs": "typedoc --plugin typedoc-plugin-missing-exports",
"semantic-release": "semantic-release --extends ./.config/semantic-release.json",
"preinstall": "node ./dist/cli/cli.js postinstall",
"prebuild": "rm -rf ./dist ./tsconfig.tsbuildinfo",
"build": "tsc --build tsconfig.json --force",
Expand Down

0 comments on commit 7932e6b

Please sign in to comment.