Skip to content

Commit

Permalink
Re-add CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroCB authored Aug 1, 2020
1 parent e82c105 commit f5b8201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test

publish-npm:
Expand All @@ -26,6 +27,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -40,6 +42,7 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: "@astrocb"
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f5b8201

Please sign in to comment.