From 3ee29ae55001bdf31020144d0f65975b3744230a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EC=84=9D=EC=A7=84?= Date: Sun, 9 Jun 2024 20:33:50 +0900 Subject: [PATCH] fix: canary.yaml --- .github/workflows/canary.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 5004c54..038b70a 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -22,8 +22,7 @@ jobs: run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc - name: Generate date-based pre-release tag - id: get-now - run: echo "TAG_NAME=canary-$(date +'%Y%m%d')" >> $GITHUB_ENV + run: echo "TAG_NAME=$(git rev-parse --short HEAD)-$(date +'%Y%m%d')" >> $GITHUB_ENV - name: setup pnpm and install dependencies uses: pnpm/action-setup@v3