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 3d1e641 commit da48523
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 @@ -29,8 +29,11 @@ jobs:
echo "{\"name\": \"@undp/design-system-assets\", \"version\": \"${{ steps.package-version.outputs.current-version}}\"}" > docs/package.json
# Preserve NPM publishing workflow
- name: get workflow definition
env:
WORKFLOW: .github/workflows/release-package.yml
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
touch docs/$WORKFLOW
curl --location --request GET "https://raw.githubusercontent.com/undp/design-system-assets/main/$WORKFLOW" -o docs/$WORKFLOW
# Exclude Github workflow definitions from NPM package
- name: Create .npmignore file
run: |
Expand Down

0 comments on commit da48523

Please sign in to comment.