We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603adb9 commit 17875e8Copy full SHA for 17875e8
.github/workflows/next-release.yaml
@@ -11,7 +11,7 @@ jobs:
11
# Figure out if a next release is necessary. The release will only happen if at least one
12
# changeset is present when this job runs.
13
check-is-release:
14
- if: ${{ github.repository_owner == 'danstepanov' }}
+ if: ${{ github.repository_owner == 'roninoss' }}
15
name: Check if a next release is needed
16
runs-on: ubuntu-latest
17
outputs:
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ permissions:
jobs:
release:
name: Release
18
steps:
0 commit comments