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 9dc297d commit 2026cffCopy full SHA for 2026cff
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
build:
8
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
10
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
11
12
steps:
.github/workflows/early-access.yml
@@ -8,7 +8,7 @@ jobs:
earlyaccess:
name: EarlyAccess
13
- name: Checkout
14
uses: actions/checkout@v3
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ on:
release:
name: Release
- uses: actions/checkout@v3
15
with:
0 commit comments