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 64c2e1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-environment-map",
"version": "1.0.0",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
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 64c2e1a

Please sign in to comment.