Skip to content

Commit

Permalink
Fix double env (#7892)
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Oct 15, 2020
1 parent efa0ade commit 64b4529
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npmpublish.yml
Expand Up @@ -59,17 +59,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
GH_AUTH_EMAIL: ${{ secrets.GH_AUTH_EMAIL }}
env:
VERSION: ${{ github.event.release.tag_name }}
- name: Upload NPM package file
id: upload-npm-package-file
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ github.event.release.tag_name }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: chart.js-$VERSION.tgz
asset_name: chart.js-$VERSION.tgz
asset_content_type: application/gzip
env:
VERSION: ${{ github.event.release.tag_name }}

0 comments on commit 64b4529

Please sign in to comment.