Skip to content

Commit

Permalink
fix: pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
briananstett committed Sep 6, 2023
1 parent f62f36d commit c66393c
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 @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
npm install
npm i --no-save @vercel/ncc semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/exec conventional-changelog-conventionalcommits
npm i -g @vercel/ncc semantic-release@beta @semantic-release/changelog @semantic-release/git @semantic-release/exec conventional-changelog-conventionalcommits
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
[
'@semantic-release/exec',
{
prepareCmd: 'npm version ${nextRelease.version} --no-git-tag-version && npm run tsc',
prepareCmd: 'npm version ${nextRelease.version} --no-git-tag-version',
},
],
[
Expand Down

0 comments on commit c66393c

Please sign in to comment.