Skip to content

Commit

Permalink
fix release process.
Browse files Browse the repository at this point in the history
I will release the pre-releases from local setup only. And the ready once from workflow
  • Loading branch information
himanshurajora committed Sep 16, 2023
1 parent 08c7e50 commit d356eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --tag next
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minipoint",
"version": "0.0.1",
"version": "0.0.2",
"description": "Play with points and learn the math behind everything",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d356eb3

Please sign in to comment.