diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f520ce6..fd63c71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: latest + tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} body: Automated Release draft: false