Skip to content

Commit

Permalink
Removed login, added scope
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Jan 16, 2024
1 parent 080f560 commit ae03f84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-package-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: uid2
- run: npm ci
- name: Build package
run: npm run build-package
- name: npm login
run: npm login
- name: Publish Latest package
if: ${{!github.event.inputs.with_tag}}
run: npm publish --access public
Expand Down

0 comments on commit ae03f84

Please sign in to comment.