Skip to content

Commit

Permalink
ci: fix repo dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Oct 25, 2024
1 parent 80720de commit c967dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: fail on fork
if: github.repository_owner != 'sgratzl'
if: github.repository_owner != 'upsetjs'
run: exit 1

create_release:
Expand Down

0 comments on commit c967dd2

Please sign in to comment.