Debug
This commit is contained in:
parent
cb0ae41354
commit
081e956e2c
4
.github/workflows/tag.yml
vendored
4
.github/workflows/tag.yml
vendored
|
@ -10,7 +10,9 @@ jobs:
|
||||||
|
|
||||||
- name: Determine version
|
- name: Determine version
|
||||||
id: determine-version
|
id: determine-version
|
||||||
run: echo "::set-output name=version::cat Cargo.toml | grep version | head -1 | sed 's/version = //' | sed 's/\"//g'"
|
run: |
|
||||||
|
VERSION=$(cat Cargo.toml | grep version | head -1 | sed 's/version = //' | sed 's/"//g')
|
||||||
|
echo "::set-output name=version::$VERSION"
|
||||||
|
|
||||||
- name: Get previous output
|
- name: Get previous output
|
||||||
run: echo "${{ steps.determine-version.outputs.version }}"
|
run: echo "${{ steps.determine-version.outputs.version }}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user