Skip to content

Commit

Permalink
NPM Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
saidatom committed Nov 22, 2021
1 parent 42d242f commit 155ee95
Show file tree
Hide file tree
Showing 4 changed files with 22,968 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: NPM Publish

on:
push:
tags:
- 'v*'

jobs:
release:
name: Pubish
runs-on: ubuntu-latest
steps:
- name: ⏬ checkout
uses: actions/checkout@v2
- name: 📦 Node
uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- name: 🚀 Publish
run: npm prepublish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ lib/verovio
dist
node_modules
npm-debug.log
.idea/
Loading

0 comments on commit 155ee95

Please sign in to comment.