From e79b1ab0aca0256139a9aef01def2ae8752e480d Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Fri, 1 Sep 2023 21:34:36 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) 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*.*')"