We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0334df7 commit cc562c5Copy full SHA for cc562c5
.github/workflows/release.yml
@@ -96,15 +96,3 @@ jobs:
96
run: |
97
package_version=$(echo '${{ steps.changesets.outputs.publishedPackages }}' | jq -r '.[0].version')
98
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