Skip to content

Commit

Permalink
Merge pull request #55 from logzio/development
Browse files Browse the repository at this point in the history
New release 5.1.4
  • Loading branch information
yotamloe authored Feb 23, 2022
2 parents b97e8d3 + 1c5a791 commit 86a9e5e
Show file tree
Hide file tree
Showing 3 changed files with 2,671 additions and 12 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 17
- run: npm install
- run: npm test
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 86a9e5e

Please sign in to comment.