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 5b828d2 commit 7774b56Copy full SHA for 7774b56
.github/workflows/release.yml
@@ -50,7 +50,7 @@ on:
50
jobs:
51
# Run 'dist plan' (or host) to determine what tasks we need to do
52
plan:
53
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-latest"
54
outputs:
55
val: ${{ steps.plan.outputs.manifest }}
56
tag: ${{ !github.event.pull_request && github.ref_name || '' }}
0 commit comments