diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8b4a0c3..a94053f7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,6 +50,8 @@ jobs: fetch-tags: true - name: Apply new tags + env: + GH_TOKEN: ${{ github.token }} run: | git fetch --tags origin current="$(git describe --tags --abbrev=0 --match 'v*.*')"