Skip to content

Commit 25c6d5c

Browse files
chore: fix publish workflow (#140)
1 parent ba8609f commit 25c6d5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 14
1313
registry-url: 'https://wombat-dressing-room.appspot.com'
14-
- run: npm ci
15-
- run: npm publish
14+
- run: npm install
15+
- run: npm publish --access public
1616
env:
1717
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)