diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e90d69..2c6306e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: uses: marvinpinto/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} - automatic_release_tag: ${{ steps.previoustag.outputs.tag }} + automatic_release_tag: ${{ steps.latesttag.outputs.tag }} prerelease: false env: