Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Posandu authored Dec 29, 2021
1 parent 7aa2662 commit 412330e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ jobs:
run: curl https://purge.jsdelivr.net/gh/tronic247/material/dist/material.min.css
- name: Update JS CDN
run: curl https://purge.jsdelivr.net/gh/tronic247/material/dist/material.min.js
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 412330e

Please sign in to comment.