Skip to content

Commit

Permalink
fix deploy workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldpipowitch committed Dec 5, 2019
1 parent 65ab4d2 commit 7418321
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Publish
on: [push]
on:
release:
types: [created]

jobs:
build:
Expand All @@ -26,7 +28,6 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 7418321

Please sign in to comment.