Skip to content

Commit

Permalink
merging auto_release to head
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 9, 2022
2 parents 78cbb2e + 1262227 commit 7fb4002
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- 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_PUBLISH_TOKEN }}
- name: Automatic GitHub Release
uses: justincy/[email protected]
id: release
Expand Down

0 comments on commit 7fb4002

Please sign in to comment.