Skip to content

Commit

Permalink
Go back to publishing even dev versions on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi authored and Mytherin committed Dec 21, 2023
1 parent e821b71 commit a4d06ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ jobs:
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
if: env.NODE_AUTH_TOKEN != null && (startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch')
if: env.NODE_AUTH_TOKEN != null
run: |
./scripts/npm_publish_lib.sh
./scripts/npm_publish_shell.sh
Expand Down

0 comments on commit a4d06ae

Please sign in to comment.