We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9720c commit 02ab955Copy full SHA for 02ab955
.github/workflows/pr.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
build:
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
17
18
steps:
19
- name: Clone repo
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
7
8
publish:
9
10
permissions:
11
contents: read
12
id-token: write
0 commit comments