Skip to content

Commit

Permalink
Auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Nov 24, 2020
1 parent f9da38d commit 0dcc506
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ jobs:
- name: Build library
run: npm run compile

- name: Build github release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false

- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
check-version: true
dry-run: true

0 comments on commit 0dcc506

Please sign in to comment.