Remove unused publish job from the release github workflow to fix permissions error (#2085)

This commit is contained in:
Eric Allam
2025-05-21 13:19:49 +01:00
committed by GitHub
parent 0334df70ad
commit cc562c58fa
-12
View File
@@ -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 }}