Skip to content

Commit

Permalink
chore: read published packages
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Sep 27, 2024
1 parent 6366532 commit 3e8f372
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/famous-icons-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"backend": patch
"frontend": patch
---

Fix image tags
1 change: 1 addition & 0 deletions .github/workflows/cd-registries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
PACKAGE_NAME: ${{ matrix.package.name }}
PACKAGE_VERSION: ${{ matrix.package.version }}
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI: 'false'
run: |
if pnpm nx show projects -t container | grep -q ${{ env.PACKAGE_NAME }}; then
echo "Running container target for ${{ env.PACKAGE_NAME }}:${{ env.PACKAGE_VERSION }}"
Expand Down

0 comments on commit 3e8f372

Please sign in to comment.