From b6146ba850fe9cc4b1879791fa76d689732c116d Mon Sep 17 00:00:00 2001 From: a5r0n <32464596+a5r0n@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:38:45 +0200 Subject: [PATCH] Update ci-version-bump.yml --- .github/workflows/ci-version-bump.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-version-bump.yml b/.github/workflows/ci-version-bump.yml index c356454..3c9c66a 100644 --- a/.github/workflows/ci-version-bump.yml +++ b/.github/workflows/ci-version-bump.yml @@ -53,6 +53,8 @@ jobs: - name: Create release if: github.ref == 'refs/heads/main' uses: actions/create-release@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ steps.bump-version.outputs.NEW_VERSION }} release_name: Release ${{ steps.bump-version.outputs.NEW_VERSION }} @@ -67,4 +69,4 @@ jobs: with: comment_tag: next_version message: | - Next version to publish after this PR is merged: `${{ steps.bump-version.outputs.NEW_VERSION }}` \ No newline at end of file + Next version to publish after this PR is merged: `${{ steps.bump-version.outputs.NEW_VERSION }}`