Fix version

This commit is contained in:
Joel Wachsler 2022-07-10 20:40:29 +00:00
parent 081e956e2c
commit 35f15d6b56

View File

@ -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"