Skip to content

Commit

Permalink
Merge pull request #1 from pvscreations/deployfix/version-issue
Browse files Browse the repository at this point in the history
changed pkg
  • Loading branch information
pvscreations committed Apr 18, 2024
2 parents e312acd + 19bb130 commit 9ba1170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: npm publish --access public
working-directory: ./
env:
NODE_AUTH_TOKEN: ${{secrets.pvscreations}}
NODE_AUTH_TOKEN: ${{secrets.PVSCREATIONS}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "practicalmath",
"version": "1.0.2",
"version": "1.0.1",
"description": "basic mathematical functions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 9ba1170

Please sign in to comment.