We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6850ec commit 2c1d2cbCopy full SHA for 2c1d2cb
.changeset/hot-chairs-mix.md
@@ -0,0 +1,6 @@
1
+---
2
+"@quassel/backend": patch
3
+"@quassel/frontend": patch
4
5
+
6
+Fix publish workflow
.github/workflows/cd-publish.yaml
@@ -48,7 +48,7 @@ jobs:
48
possible_targets=$(pnpm nx show projects -t container --json)
49
published_packages='${{ steps.changesets.outputs.publishedPackages }}'
50
targets=$(echo $published_packages | jq --argjson possible_targets "$possible_targets" 'map(select(.name == $possible_targets[]))')
51
- echo "containers=$targets" >> $GITHUB_OUTPUT
+ echo "containers='$targets'" >> $GITHUB_OUTPUT
52
53
outputs:
54
published: ${{ steps.changesets.outputs.published }}
0 commit comments