Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
reenable publishing (remove dry-run)
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybro committed Jul 28, 2023
1 parent 4c575a5 commit 162105a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ jobs:
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: NPM Version
- name: Update version
run: |
npx nx run workspace:version --release=${{inputs.release}}
- name: Publish to NPM
- name: Publish to NPMJS.com
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx nx run-many --target=publish --tag=latest --dry-run
npx nx run-many --target=publish --tag=latest
- name: Push Tags
- name: Push tags
run: |
git push origin main --tags

0 comments on commit 162105a

Please sign in to comment.