From e7d51d3135f7b4f1cfa111dc8daadec98a1e6b79 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sun, 31 Dec 2023 14:11:17 +0100 Subject: [PATCH] fix: fix creating major tag (#13) --- .github/workflows/_semantic_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/_semantic_release.yml b/.github/workflows/_semantic_release.yml index 485fa0a..984dcb4 100644 --- a/.github/workflows/_semantic_release.yml +++ b/.github/workflows/_semantic_release.yml @@ -31,3 +31,5 @@ jobs: uses: richardsimko/update-tag@v1 with: tag_name: ${{ steps.tag.outputs.name }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file