Skip to content

Commit

Permalink
fix: github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Jan 26, 2024
1 parent 26f6317 commit 5da136d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: npm ci

- name: Build
if: ${{ steps.version.outputs.VERSION != '' }}
run: npm run build

- run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
{
"assets": [
"package.json",
"package-lock.json",
"CHANGELOG.md"
]
}
Expand Down

0 comments on commit 5da136d

Please sign in to comment.