We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5ce0e commit 5cd085eCopy full SHA for 5cd085e
1 file changed
.github/workflows/main.yml
@@ -21,7 +21,6 @@ jobs:
21
with:
22
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
23
tag_prefix: "v"
24
- package_root: "build/"
25
- name: Publish on NPM
26
if: "!contains(github.event.head_commit.message, '[skip publish]')"
27
uses: JS-DevTools/npm-publish@v1
@@ -45,6 +44,6 @@ jobs:
45
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
47
upload_url: ${{ steps.create_release.outputs.upload_url }}
48
- asset_path: ./package.tgz
49
- asset_name: package.tgz
+ asset_path: ./release.tgz
+ asset_name: release.tgz
50
asset_content_type: application/tgz
0 commit comments