We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ad726 commit 3643a8aCopy full SHA for 3643a8a
.github/workflows/release.yml
@@ -47,7 +47,7 @@ on:
47
jobs:
48
# Run 'dist plan' (or host) to determine what tasks we need to do
49
plan:
50
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
51
outputs:
52
val: ${{ steps.plan.outputs.manifest }}
53
tag: ${{ !github.event.pull_request && github.ref_name || '' }}
0 commit comments