Skip to content

Commit

Permalink
Remove dry-run (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Jun 20, 2024
1 parent 26a2381 commit d73cca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Update versions to nightly
run: node updateTemplateVersion.js nightly
- name: Publish NPM as Nightly
run: npm publish --dry-run --tag nightly
run: npm publish --tag nightly
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Update versions to input one
run: node updateTemplateVersion.js "${{ inputs.version }}"
- name: Publish NPM
run: npm publish --dry-run
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Set NPM tags
Expand Down

0 comments on commit d73cca5

Please sign in to comment.