Skip to content

Commit

Permalink
chore(ci/docker): echo new package
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Feb 3, 2024
1 parent 87c2756 commit 176ea4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
image: dev:latest
run: |
# note: package scripts only seem to support maximum a single unpublished package present in the repository
npm_config_newpkg=$(jq 'to_entries|map(select(.value=="0.0.0"))[0]' -r .release-please-manifest.json)
export npm_config_newpkg=$(jq 'to_entries|map(select(.value=="0.0.0"))[0]' -r .release-please-manifest.json)
echo "New package: ${npm_config_newpkg}"
npm run release:dry-run
npm run release:publish
- name: rebuild
Expand Down

0 comments on commit 176ea4f

Please sign in to comment.