Skip to content

Commit

Permalink
chore: rename release npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 3, 2023
1 parent b061964 commit 5989f40
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -29,7 +29,7 @@ jobs:
- name: Install packages
run: npm ci
- name: Run Semantic Release
run: npm run semantic-release
run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint:prettier": "prettier ./**/*.{json,md,yml} --check",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:fix": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write",
"semantic-release": "semantic-release",
"release": "semantic-release",
"test": "nyc ava --no-worker-threads -v"
},
"engines": {
Expand Down

0 comments on commit 5989f40

Please sign in to comment.