diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 001bc5a..b27c99b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,5 +68,7 @@ jobs: uses: release-drafter/release-drafter@v5 with: config-name: release-drafter-config.yml + version: ${{ steps.get_version.outputs.VERSION }} + tag: v${{ steps.get_version.outputs.VERSION }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file