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 e71258a commit 3d1e641
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .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
# Preserve NPM publishing workflow
- name: get workflow definition
run: |
curl --location --request GET "https://raw.githubusercontent.com/undp/design-system-assets/main/.github/workflows/release-package.yml" -o docs/.github/workflows/release-package.yml
# Exclude Github workflow definitions from NPM package
- name: Create .npmignore file
run: |
Expand All @@ -41,4 +45,3 @@ jobs:
destination-github-username: 'undp'
destination-repository-name: 'design-system-assets'
user-email: '[email protected]'

0 comments on commit 3d1e641

Please sign in to comment.