Skip to content

Commit

Permalink
fix: include tron artifacts in tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
aurel-fr committed Jan 18, 2024
1 parent 8d9d398 commit e863710
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm test
- run: |
- name: npm publish
run: |
if [ "${{ github.event_name }}" = "release" ] && [ "${{ github.event.action }}" = "published" ]; then
npm publish --access=restricted
else
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"dist/types*",
"dist/extendedArtifacts/",
"extendedArtifacts/",
"dist/extendedArtifactsTron/",
"extendedArtifactsTron/",
"src/",
"types.ts",
"LICENSE",
Expand Down

0 comments on commit e863710

Please sign in to comment.