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 95836ed commit 8a4c438Copy full SHA for 8a4c438
.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