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 5144aab commit 9ed0472Copy full SHA for 9ed0472
.github/workflows/release.yml
@@ -6,10 +6,10 @@ on:
6
types: closed
7
jobs:
8
release:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
10
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- uses: elementary/actions/release@master
14
env:
15
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
0 commit comments