Skip to content

Commit 6515b27

Browse files
authored
Update .github/workflows/package-prepare-release.yml
1 parent 9e13a72 commit 6515b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ jobs:
151151
--base $RELEASE_BRANCH_NAME
152152
153153
create-pull-request-against-main:
154+
runs-on: ubuntu-latest
154155
needs: prereqs
155156
permissions:
156157
contents: write # required for pushing branches
157158
pull-requests: write # required for creating pull requests
158-
runs-on: ubuntu-latest
159159
steps:
160160
- uses: actions/checkout@v4
161161

0 commit comments

Comments
 (0)