diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e0d704a..00fb1ca0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: Create Tag uses: mathieudutour/github-tag-action@v6.1 with: - custom_tag: "v${{steps.get_current_version.outputs.project_version}}" + custom_tag: "${{steps.get_current_version.outputs.project_version}}" github_token: ${{ secrets.GH_API_SECRET }} - name: Build Changelog