Skip to content

Commit

Permalink
Fix publishing to npm on tag build (#6295)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknitt authored Jun 8, 2023
1 parent 21d9eaa commit c3d57c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: https://registry.npmjs.org # Needed to make auth work for publishing

- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit c3d57c4

Please sign in to comment.