diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 672fb30b..9ecb40cf 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 diff --git a/package.json b/package.json index e0acdb98..fe928a55 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,8 @@ "dist/types*", "dist/extendedArtifacts/", "extendedArtifacts/", + "dist/extendedArtifactsTron/", + "extendedArtifactsTron/", "src/", "types.ts", "LICENSE",