Skip to content

Commit 39cee31

Browse files
committed
chore: fix workflow
1 parent b34d80e commit 39cee31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4747

4848
- name: Update Template Repo
49-
if: steps.changesets.outputs.published
49+
if: steps.changesets.outputs.published == 'true'
5050
run: pnpm -F @sveltejs/create update-template-repo
5151
env:
5252
UPDATE_TEMPLATE_SSH_KEY: ${{ secrets.UPDATE_TEMPLATE_SSH_KEY }}

0 commit comments

Comments
 (0)