Skip to content

Commit

Permalink
use dev as preid when publishing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jun 7, 2024
1 parent 8eeb557 commit 97d2685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install project dependencies
run: npm ci

- name: Publush canary version of packages
run: npx lerna publish --canary --force-publish --dist-tag dev --yes
- name: Publish canary version of packages
run: npx lerna publish --canary --force-publish --dist-tag dev --preid dev --yes
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 97d2685

Please sign in to comment.