Skip to content

Commit 9ba1170

Browse files
authored
Merge pull request #1 from pvscreations/deployfix/version-issue
changed pkg
2 parents e312acd + 19bb130 commit 9ba1170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: npm publish --access public
3131
working-directory: ./
3232
env:
33-
NODE_AUTH_TOKEN: ${{secrets.pvscreations}}
33+
NODE_AUTH_TOKEN: ${{secrets.PVSCREATIONS}}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "practicalmath",
3-
"version": "1.0.2",
3+
"version": "1.0.1",
44
"description": "basic mathematical functions",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)