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 51d02d5 commit a18cdb8Copy full SHA for a18cdb8
.github/workflows/release-drafter.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
UpdateReleaseDraft:
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
steps:
12
- uses: release-drafter/release-drafter@v5
13
env:
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ env:
14
15
16
publish:
17
18
if: github.ref != 'refs/heads/master'
19
20
- name: Checkout
0 commit comments