Skip to content

Commit 4019629

Browse files
authored
Update release.yml
1 parent b6dae6b commit 4019629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55
types: [published]
66

77
jobs:
8-
docker-release:
8+
npm-release:
99
runs-on: ubuntu-latest
1010

1111
steps:
1212
- uses: actions/checkout@v2
13+
- run: npm install
1314
- run: npm publish
1415
env:
1516
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)