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.
2 parents 95836ed + 8a4c438 commit 0a5a678Copy full SHA for 0a5a678
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
release:
8
name: Release
9
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
10
if: "!contains(github.event.head_commit.message, '[skip ci]')"
11
steps:
12
- name: Checkout
0 commit comments