Skip to content

Commit

Permalink
Merge pull request #15 from polytrade-finance/features/test-action
Browse files Browse the repository at this point in the history
🔧 refactore org flag
  • Loading branch information
mohamadhammoud authored Apr 11, 2023
2 parents d2724ef + c1eeb8c commit c5aec0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
node-version: 16
registry-url: https://npm.pkg.github.com/
- name: Login to NPM registry
run: npm login --registry=https://registry.npmjs.org/ --scope=@my-org --always-auth --auth-token=${{ secrets.NPM_WORKFLOW_TOKEN }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_WORKFLOW_TOKEN }}
run: npm login --registry=https://registry.npmjs.org/ --scope=@polytrade.finance --always-auth --auth-token=${{ secrets.NPM_WORKFLOW_TOKEN }}
- run: npm ci
- name: Authenticate with NPM
run: echo "//registry.npmjs.org/:_authToken=\${{ secrets.NPM_WORKFLOW_TOKEN }}" >> ~/.npmrc
Expand Down

0 comments on commit c5aec0d

Please sign in to comment.