Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Feb 12, 2025
1 parent 9b4bc70 commit 4387112
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ jobs:
- name: Release
if: github.ref == 'refs/heads/develop'
run: |
npm set //registry.npmjs.org/:_authToken $NPM_TOKEN
node release.mjs
3 changes: 0 additions & 3 deletions release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ const config = {
isPreRelease: branch !== 'master',
preRelease: branch !== 'master',
preReleaseId: branch === 'master' ? '' : branch,
npm: {
skipChecks: true,
},
plugins: {
'@release-it/conventional-changelog': {
preset: {
Expand Down

0 comments on commit 4387112

Please sign in to comment.