Skip to content

Commit

Permalink
update release.yaml with cargo dist changes
Browse files Browse the repository at this point in the history
  • Loading branch information
grapigeau committed Jan 13, 2025
1 parent 0bf9d50 commit 812195a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ permissions:
# If there's a prerelease-style suffix to the version, then the release(s)
# will be marked as a prerelease.
on:
pull_request:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'

jobs:
# Run 'dist plan' (or host) to determine what tasks we need to do
plan:
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"
outputs:
val: ${{ steps.plan.outputs.manifest }}
tag: ${{ !github.event.pull_request && github.ref_name || '' }}
Expand All @@ -58,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install cargo dist
- name: Install dist
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
shell: bash
Expand Down
1 change: 1 addition & 0 deletions changes/fix_releaseyaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release.yaml, applying changes from new version of cargo dist

0 comments on commit 812195a

Please sign in to comment.