Skip to content

Commit

Permalink
changedir-in-publish-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajpatel committed May 1, 2022
1 parent 5d228c4 commit 4dd8564
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 @@ -45,7 +45,7 @@ jobs:
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

publish-gpr:
needs: [ setup ]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "list-repos",
"version": "1.0.0-beta.8",
"version": "1.0.0-beta.9",
"description": "List all the repos, their HEADs and clean status in the Current Directory or the Supplied Directory",
"main": "dist/index.cjs",
"type": "commonjs",
Expand Down

0 comments on commit 4dd8564

Please sign in to comment.