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