From 3ad10d907628b72df3213aff9f33f71fbe7bada5 Mon Sep 17 00:00:00 2001 From: Ellet Date: Mon, 20 May 2024 01:38:36 +0300 Subject: [PATCH] chore: attemp 5 to fix CI failure after the recent CHANGELOG changes --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ec284be7..d2594dd4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -74,7 +74,7 @@ jobs: id: fetch-release-notes-request uses: fjogeleit/http-request-action@v1 with: - url: https://api.github.com/repos/${{ github.repository_owner }}/${{ github.repository }}/releases/tags/${{ steps.release_tag.outputs.tag }} + url: https://api.github.com/repos/${{ github.repository }}/releases/tags/${{ steps.release_tag.outputs.tag }} method: 'GET' customHeaders: '{"Authorization": "${{ secrets.GITHUB_TOKEN }}"}' preventFailureOnNoResponse: 'false'