Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandriani authored Jun 14, 2020
1 parent e4d3ffc commit 83ba0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
echo git push
- run: npm run build
- run: |
cp LICENSE dist\ngx-google-analytics
cp README.md dist\ngx-google-analytics
cp CHANGELOG.md dist\ngx-google-analytics
cp LICENSE dist\ngx-google-analytics
cp README.md dist\ngx-google-analytics
cp CHANGELOG.md dist\ngx-google-analytics
- run: npm pack dist/ngx-google-analytics
- name: 'Upload Build Artifatc ${{ GITHUB_REF }}'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 83ba0a9

Please sign in to comment.