Skip to content

Commit

Permalink
�fix: canary.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
appear authored Jun 9, 2024
1 parent 2f8ae35 commit 3ee29ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ee29ae

Please sign in to comment.