Skip to content

Commit bddd82a

Browse files
committed
Publish
1 parent d144e7a commit bddd82a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ jobs:
5757
uses: actions/[email protected]
5858
with:
5959
name: tarball
60-
- run: ls -la
61-
# - run: npm publish --tag main `ls *.tgz`
62-
# env:
63-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
60+
- run: npm publish `ls ./*.tgz`
61+
env:
62+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6463

6564
publish-release:
6665
needs:

0 commit comments

Comments
 (0)