Skip to content

Commit 07e15af

Browse files
committed
disable automatic publishing after release
1 parent 2dafb71 commit 07e15af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
needs: release
9595
uses: ./.github/workflows/publish.yml
9696
secrets: inherit
97-
if: needs.release.outputs.published == 'true'
97+
# if: needs.release.outputs.published == 'true'
98+
# disable automatic publishing for now
99+
if: false
98100
with:
99101
image_tag: v${{ needs.release.outputs.published_package_version }}

0 commit comments

Comments
 (0)