Skip to content

Commit

Permalink
Update publish-assets-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jura authored Oct 25, 2023
1 parent 616329a commit e71258a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-assets-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Create package.json for assets package
run: |
echo "{\"name\": \"@undp/design-system-assets\", \"version\": \"${{ steps.package-version.outputs.current-version}}\"}" > docs/package.json
# Exclude Github workflow definitions from NPM package
- name: Create .npmignore file
run: |
echo ".github" > docs/.npmignore
# Push assets to their own repo
- name: Push files to @undp/design-system-assets repo
uses: cpina/github-action-push-to-another-repository@main
Expand Down

0 comments on commit e71258a

Please sign in to comment.