Skip to content

Commit

Permalink
remove-gpr-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajpatel committed May 2, 2022
1 parent 4dd8564 commit 66260b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,3 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

publish-gpr:
needs: [ setup ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm i -g yarn
- run: yarn install --prefer-offline --frozen-lockfile
- run: yarn build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "list-repos",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"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 All @@ -26,7 +26,7 @@
"cli"
],
"bin": {
"list-repos": "cli.js"
"list-repos": "dist/index.cjs"
},
"author": "Pankaj Patel <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 66260b1

Please sign in to comment.