Skip to content

Commit

Permalink
fix(ci): auth for the dist-dynamic npm publish (janus-idp#1009)
Browse files Browse the repository at this point in the history
Signed-off-by: David Festal <[email protected]>
  • Loading branch information
davidfestal authored Dec 7, 2023
1 parent 8ff4f35 commit 9a9237a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ runs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

- name: Setup local Turbo cache
uses: dtinth/setup-github-actions-caching-for-turbo@v1
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Build all packages
uses: ./.github/actions/build

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'

- name: Release via semantic-release
run: |
npm config set workspaces-update false
Expand Down

0 comments on commit 9a9237a

Please sign in to comment.