Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Oct 29, 2024
1 parent b34d80e commit 39cee31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

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

0 comments on commit 39cee31

Please sign in to comment.