Skip to content

Commit

Permalink
fix: release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi committed Aug 25, 2024
1 parent 0f616af commit c9a0154
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 @@ -11,7 +11,7 @@ permissions: {}
jobs:
release:
# prevents this action from running on forks
if: github.repository == 'watergis/svelte-spritter'
if: github.repository == 'watergis/svelte-splitter'
permissions:
contents: write # to create release (changesets/action)
pull-requests: write # to create pull request (changesets/action)
Expand Down

0 comments on commit c9a0154

Please sign in to comment.