Skip to content

Commit

Permalink
ci: pr number 기반 canary 버전
Browse files Browse the repository at this point in the history
  • Loading branch information
drakang4 committed Feb 14, 2023
1 parent f43aaa4 commit 2995745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Publish as canary
env:
NODE_AUTH_TOKEN: ${{ secrets.READ_WRITE_NPM_TOKEN }}
run: npx lerna publish --canary --force-publish --preid=canary --yes
run: npx lerna publish --canary --force-publish --preid=pr-${{ github.event.ref:21 }} --dist-tag=pr-${{ github.event.ref:21 }} --yes

- name: Notify release success to Slack
if: success()
Expand Down

0 comments on commit 2995745

Please sign in to comment.