Skip to content

Commit 5007c53

Browse files
committed
Fix publish_snapshot workflow
1 parent aec332a commit 5007c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: ./.github/actions/setup-deps
2121

2222
- name: version packages
23-
run: pnpm changeset version --snapshot ${{ inputs.tag }}
23+
run: pnpm changeset version --snapshot test
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

0 commit comments

Comments
 (0)