Skip to content

Commit

Permalink
chore: prepare for non-prerelease (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Jul 16, 2024
1 parent 54b9799 commit 3487a52
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -100,7 +100,7 @@ jobs:
with:
ignore_install_scripts: true

- run: npm publish --provenance --tag=alpha
- run: npm publish --provenance
if: ${{ needs.release_please.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 1 addition & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": true
"draft": false
}
}
}

0 comments on commit 3487a52

Please sign in to comment.