We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f58122 commit 0f2b66aCopy full SHA for 0f2b66a
.github/workflows/release-pr.yaml
@@ -9,7 +9,7 @@ jobs:
9
github.event.pull_request.merged &&
10
endsWith(github.event.pull_request.title, '/workflows/release-pr') &&
11
github.event.pull_request.user.login != 'polywrap-build-bot'
12
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
@@ -79,7 +79,7 @@ jobs:
79
80
Release-PR:
81
needs: Pre-Check
82
83
84
85
0 commit comments