Skip to content

Commit 2c1d2cb

Browse files
committed
fix: publish workflow
1 parent d6850ec commit 2c1d2cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/hot-chairs-mix.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@quassel/backend": patch
3+
"@quassel/frontend": patch
4+
---
5+
6+
Fix publish workflow

.github/workflows/cd-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
possible_targets=$(pnpm nx show projects -t container --json)
4949
published_packages='${{ steps.changesets.outputs.publishedPackages }}'
5050
targets=$(echo $published_packages | jq --argjson possible_targets "$possible_targets" 'map(select(.name == $possible_targets[]))')
51-
echo "containers=$targets" >> $GITHUB_OUTPUT
51+
echo "containers='$targets'" >> $GITHUB_OUTPUT
5252
5353
outputs:
5454
published: ${{ steps.changesets.outputs.published }}

0 commit comments

Comments
 (0)