Fix version
This commit is contained in:
parent
081e956e2c
commit
35f15d6b56
5
.github/workflows/tag.yml
vendored
5
.github/workflows/tag.yml
vendored
|
@ -14,11 +14,8 @@ jobs:
|
|||
VERSION=$(cat Cargo.toml | grep version | head -1 | sed 's/version = //' | sed 's/"//g')
|
||||
echo "::set-output name=version::$VERSION"
|
||||
|
||||
- name: Get previous output
|
||||
run: echo "${{ steps.determine-version.outputs.version }}"
|
||||
|
||||
- uses: Klemensas/action-autotag@stable
|
||||
with:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
version: "${{ steps.determine-version.outputs.result }}"
|
||||
version: "${{ steps.determine-version.outputs.version }}"
|
||||
tag_prefix: "v"
|
Loading…
Reference in New Issue
Block a user