Skip to content

Commit

Permalink
Update build&deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Apr 12, 2024
1 parent df89cb7 commit 1f63258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
scope: "@${{ github.repository_owner }}"
- name: build libs
run: |
echo "::warning title=WARNUNG"
ls -la
echo "====apps"
ls -la apps
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
jq '.name = "@${{ github.repository_owner }}/${{ env.ASSET_SCOPE }}${{ env.ASSET_NAME }}" | .private = false' \
$PACKAGE_JSON_PATH > /tmp/test.json && mv /tmp/test.json $PACKAGE_JSON_PATH
cat $PACKAGE_JSON_PATH
# cat $PACKAGE_JSON_PATH
# publish to https://github.com/${{ github.repository_owner }}/packages
npm -w "@${REPOSITORY_OWNER}/${ASSET_SCOPE}${ASSET_NAME}" publish #--dry-run
Expand Down

0 comments on commit 1f63258

Please sign in to comment.