Skip to content

Commit

Permalink
chore: updated env
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant Mendiratta authored and Nishant Mendiratta committed Sep 22, 2023
1 parent 23c547b commit 0478501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uglify-my-js",
"version": "1.1.4",
"version": "1.1.5",
"description": "Simple cli tool to minify javascript a file",
"main": "bin/index.js",
"bin": {
Expand Down

0 comments on commit 0478501

Please sign in to comment.