Skip to content

Commit 17875e8

Browse files
committed
change release scripts to use roninoss instead of danstepanov
1 parent 603adb9 commit 17875e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/next-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Figure out if a next release is necessary. The release will only happen if at least one
1212
# changeset is present when this job runs.
1313
check-is-release:
14-
if: ${{ github.repository_owner == 'danstepanov' }}
14+
if: ${{ github.repository_owner == 'roninoss' }}
1515
name: Check if a next release is needed
1616
runs-on: ubuntu-latest
1717
outputs:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
release:
15-
if: ${{ github.repository_owner == 'danstepanov' }}
15+
if: ${{ github.repository_owner == 'roninoss' }}
1616
name: Release
1717
runs-on: ubuntu-latest
1818
steps:

0 commit comments

Comments
 (0)