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 41f081a commit 41804c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish-assets-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ 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: |
echo "" > docs/$WORKFLOW
curl --location --request GET "https://raw.githubusercontent.com/undp/design-system-assets/main/$WORKFLOW" -o docs/$WORKFLOW
echo "" > docs/.github/workflows/release-package.yml
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 Down

0 comments on commit 41804c4

Please sign in to comment.