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 10, 2024
1 parent afd216f commit 2f6230f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
run: pnpm changeset pre exit

- name: Publish to npm with canary tag
id: changesets
uses: changesets/action@v1
with:
title: '🚀 canary publish'
commit: '📦 bump changed packages version'
publish: pnpm release:canary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
id: changesets
uses: changesets/action@v1
with:
title: '🚀 canary publish'
commit: '📦 bump changed packages version'
publish: pnpm release:canary
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2f6230f

Please sign in to comment.