From 5095de99cb81a62854ac325d32717984a6a484ae Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Sat, 19 Oct 2024 07:59:25 +0800 Subject: [PATCH] fix automatic github releases --- .github/workflows/build-tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index e6649178d..bce1ec4bb 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -54,6 +54,11 @@ jobs: token: ${{ secrets.BOT_GITHUB_TOKEN }} path: actions + - name: Configure repository + uses: ./actions/git/config + with: + github-token: ${{ secrets.BOT_GITHUB_TOKEN }} + - name: Determine git tag id: get-tag-name uses: ./actions/git/version @@ -61,5 +66,4 @@ jobs: - name: Publish new git tag and release uses: ./actions/git/release with: - github-token: ${{ secrets.BOT_GITHUB_TOKEN }} tag-name: ${{ steps.get-tag-name.outputs.tag-name }}