Skip to content

Commit

Permalink
Fix release.yaml (add -npmjs to publish-npm-registry for publish-webj…
Browse files Browse the repository at this point in the history
…ar-test-echo)
  • Loading branch information
tsmock committed Aug 21, 2024
1 parent f225200 commit bd895f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish-webjar-test-echo:
needs: publish-npm-registry
needs: publish-npm-registry-npmjs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bd895f3

Please sign in to comment.