Skip to content

Commit

Permalink
Get version in another job
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 19, 2024
1 parent 9eba94b commit 90b425e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
ref: ${{ github.ref_name }}
submodules: recursive

- name: Get the rosetta version
run: |
CARGO_VERSION=$(yq .package.version "Cargo.toml")
echo "OUTFILE_SHORT=${{ env.OUTFOLDER }}/windows/concordium-rosetta-${ CARGO_VERSION }" >> $GITHUB_ENV
echo "OUTFILE_SHORT=${{ env.OUTFOLDER }}/windows/concordium-rosetta-$CARGO_VERSION" >> $GITHUB_ENV
release-rosetta-macos:
runs-on: macos-latest
Expand Down

0 comments on commit 90b425e

Please sign in to comment.