Skip to content

Commit cc562c5

Browse files
authored
Remove unused publish job from the release github workflow to fix permissions error (#2085)
1 parent 0334df7 commit cc562c5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,3 @@ jobs:
9696
run: |
9797
package_version=$(echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -r '.[0].version')
9898
echo "package_version=${package_version}" >> "$GITHUB_OUTPUT"
99-
100-
publish:
101-
needs: release
102-
uses: ./.github/workflows/publish.yml
103-
permissions:
104-
contents: read
105-
secrets: inherit
106-
# if: needs.release.outputs.published == 'true'
107-
# disable automatic publishing for now
108-
if: false
109-
with:
110-
image_tag: v${{ needs.release.outputs.published_package_version }}

0 commit comments

Comments
 (0)