From ba209a7a5ddb0f9e54274131fad3c8559ead08af Mon Sep 17 00:00:00 2001 From: Tobias K <6317548+theCalcaholic@users.noreply.github.com> Date: Sun, 24 Jul 2022 17:43:05 +0200 Subject: [PATCH] release.yml: Fix working directory for release step --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cc40f1f7..cc09aa26e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,6 +126,7 @@ jobs: if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + working-directory: ./release run: | subject="$(git tag -n10 --format="%(contents:subject)" "${{ env.VERSION }}")" body="$(git tag -n10 --format="%(contents:body)" "${{ env.VERSION }}")"