From 2995745a788328963480f76a9afde5c91d371ff9 Mon Sep 17 00:00:00 2001 From: Heeryong Kang Date: Tue, 14 Feb 2023 20:51:34 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20pr=20number=20=EA=B8=B0=EB=B0=98=20canary?= =?UTF-8?q?=20=EB=B2=84=EC=A0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 9c5ac69..6261dd4 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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()