From 35f15d6b56206282f4701f665aa9dabaa054203e Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sun, 10 Jul 2022 20:40:29 +0000 Subject: [PATCH] Fix version --- .github/workflows/tag.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index dc10b69..8815a77 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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" \ No newline at end of file