Skip to content

Commit 6390ae7

Browse files
authored
Merge pull request #11 from pusher/prepare-cd-public
Prepare continuous delivery for first beta release
2 parents 19ab459 + bc1d081 commit 6390ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-node@v2
3939
with:
4040
node-version: 16.x
41-
- run: npm install
41+
- run: yarn install
4242

4343
publish-npm:
4444
runs-on: ubuntu-latest
@@ -51,8 +51,8 @@ jobs:
5151
node-version: 16.x
5252
registry-url: https://registry.npmjs.org/
5353
scope: '@pusher'
54-
- run: npm install
55-
- run: npm publish --dry-run --verbose --access public
54+
- run: yarn install
55+
- run: yarn publish --verbose --access public
5656
env:
5757
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
5858

0 commit comments

Comments
 (0)