Skip to content

Commit a43cbbe

Browse files
committed
Fix publishing workflow step
1 parent a8812dc commit a43cbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
permissions:
129129
contents: read
130130
packages: write
131-
needs: [test, integration]
131+
needs: test
132132
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name) && github.ref_name == 'main'
133133
runs-on: ${{ matrix.arch.os }}
134134
strategy:

0 commit comments

Comments
 (0)