From d43314a23494ea719b43779812b19294aceae7fb Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Wed, 21 May 2025 13:19:07 +0100 Subject: [PATCH] Remove unused publish job from the release github workflow to fix permissions error --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fe816d6ad3..686240aaef6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,15 +96,3 @@ jobs: run: | package_version=$(echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -r '.[0].version') echo "package_version=${package_version}" >> "$GITHUB_OUTPUT" - - publish: - needs: release - uses: ./.github/workflows/publish.yml - permissions: - contents: read - secrets: inherit - # if: needs.release.outputs.published == 'true' - # disable automatic publishing for now - if: false - with: - image_tag: v${{ needs.release.outputs.published_package_version }}