Skip to content

Commit 05e33eb

Browse files
committed
fix: Add tag input to changeset publish command in canary workflow
1 parent 75b27e4 commit 05e33eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
node-version: 24 # Will install npm 11 needed for trusted publishing
4848
- name: publish
4949
run: |
50-
pnpm changeset publish
50+
pnpm changeset publish --tag ${{ inputs.tag }}

0 commit comments

Comments
 (0)