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 9422ac6 commit 41b0a0a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build&deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
scope: "@${{ github.repository_owner }}"
- name: build libs
run: |
echo "::warning title=WARNUNG::FDSFDSFDSFDSFDSFSDFSDFSDF"
ls -la
echo "====apps"
ls -la apps
Expand Down Expand Up @@ -83,6 +83,11 @@ jobs:
# publish to https://github.com/${{ github.repository_owner }}/packages
npm -w "@${REPOSITORY_OWNER}/${ASSET_SCOPE}${ASSET_NAME}" publish #--dry-run
if [ "$?" -gt 0 ]; then
echo "::warning title=WARNUNG::Could not publish to github. Maybe you forgot to increment the version?"
exit 1
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY_OWNER: ${{ github.repository_owner }}

0 comments on commit 41b0a0a

Please sign in to comment.