Skip to content

Commit

Permalink
DOPS-944 Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dm3ch committed Mar 4, 2024
1 parent c33376d commit 03b36fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://npm.pkg.github.com'
registry-url: 'https://registry.npmjs.org'
scope: ${{ github.repository_owner }}

- name: Update package.json
Expand Down

0 comments on commit 03b36fe

Please sign in to comment.