Skip to content

Commit

Permalink
ci(release): fix github.repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
fellipeutaka committed Aug 16, 2024
1 parent 8e0e737 commit d62ff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
release:
name: Release
# IMPORTANT: prevent this action from running on forks
if: github.repository == 'fellipeutaka/kenji'
if: github.repository == 'fellipeutaka/kanpeki'
permissions:
contents: write # to create release (changesets/action)
pull-requests: write # to create pull request (changesets/action)
Expand Down

0 comments on commit d62ff0d

Please sign in to comment.