Skip to content

Commit 7fe995c

Browse files
committed
nits
1 parent d1fbcc7 commit 7fe995c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- run: npm install
23+
2324
- run: npm run build
24-
- name: Publish `comlink` to NPM
25+
26+
- name: Publish to NPM
2527
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
2628
run: npm publish --access public
2729
env:
2830
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
29-

0 commit comments

Comments
 (0)