Skip to content

Commit

Permalink
chore: cleanup npm tags (#414)
Browse files Browse the repository at this point in the history
* chore: remove old dist-tags

* ci: change alpha dist-tags to pr

* ci: update npm token

* ci: trigger

* ci: remove cleanup

---------

Co-authored-by: janniks <[email protected]>
  • Loading branch information
janniks and janniks authored Feb 24, 2025
1 parent ebe41f7 commit ac61544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
env:
BRANCH: ${{ steps.git-branch.outputs.branch }}
PREID: ${{ steps.preid.outputs.preid }}
run: npx lerna publish prepatch --preid $PREID --dist-tag $BRANCH --yes --no-push
run: npx lerna publish prepatch --preid $PREID --dist-tag pr --yes --no-push
- name: Get package versions
id: versions
run: |
Expand Down

0 comments on commit ac61544

Please sign in to comment.