Skip to content

Commit 90b425e

Browse files
committed
Get version in another job
1 parent 9eba94b commit 90b425e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
with:
2626
ref: ${{ github.ref_name }}
2727
submodules: recursive
28-
28+
2929
- name: Get the rosetta version
3030
run: |
3131
CARGO_VERSION=$(yq .package.version "Cargo.toml")
32-
echo "OUTFILE_SHORT=${{ env.OUTFOLDER }}/windows/concordium-rosetta-${ CARGO_VERSION }" >> $GITHUB_ENV
32+
echo "OUTFILE_SHORT=${{ env.OUTFOLDER }}/windows/concordium-rosetta-$CARGO_VERSION" >> $GITHUB_ENV
3333
3434
release-rosetta-macos:
3535
runs-on: macos-latest

0 commit comments

Comments
 (0)