diff --git a/.github/workflows/Production.yml b/.github/workflows/Production.yml index 867ae08..4676e2c 100644 --- a/.github/workflows/Production.yml +++ b/.github/workflows/Production.yml @@ -42,7 +42,7 @@ jobs: uses: marvinpinto/action-automatic-releases@v1.2.0 with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "Version ${{ env.DATHOST_VERSION }}" + automatic_release_tag: "v${{ env.DATHOST_VERSION }}" prerelease: false title: "${{ env.DATHOST_VERSION }}" files: dist/**