Skip to content

Commit

Permalink
Correct npm publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Aug 12, 2019
1 parent ef551a5 commit 4bd277f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: NPM Publish
name: Publish Module
on:
push:
branches:
- master
jobs:
build:
install-and-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -25,6 +25,7 @@ jobs:
with:
version: 10
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NPM_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 4bd277f

Please sign in to comment.