Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 535c07b

Browse files
authored
fix: Use npx for semantic-release (#234)
1 parent de79c1f commit 535c07b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/npm-semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
env:
2020
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2121
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
22-
run: yarn run semantic-release
22+
run: npx semantic-release

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
"build:docs": "typedoc",
111111
"build:json-response-schemas": "ts-json-schema-generator --path src/types/route-responses.ts -o src/types/route-responses.generated.json && ts-json-schema-generator --path src/types/models.ts -o src/types/models.generated.json",
112112
"build": "npm run build:json-response-schemas && npm run build:package && npm run build:docs",
113-
"semantic-release": "semantic-release",
114113
"pack:cli": "pkg -c package.json dist/cli/entry.js",
115114
"typecheck": "tsc --noEmit",
116115
"format": "prettier --write .",

0 commit comments

Comments
 (0)