Skip to content

Commit 38cc3d9

Browse files
committed
version and tag out in console
1 parent 16f6a8d commit 38cc3d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
id: get-version
2929
run: |
3030
VERSION=$(grep '^version = ' Cargo.toml | sed -E 's/version = "(.*)"/\1/')
31+
echo "VERSION=$VERSION"
32+
echo "WORKFLOW_GIT_TAG=v$VERSION"
3133
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
3234
echo "WORKFLOW_GIT_TAG=v$VERSION" >> "$GITHUB_OUTPUT"
3335
build:

0 commit comments

Comments
 (0)