Skip to content

Commit

Permalink
feat: release changed to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
svendjanis committed Oct 7, 2022
1 parent baa5ff9 commit 023847f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
— uses: actions/checkout@v2
— uses: actions/setup-node@v1
- name: Checkout Repo
uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
node-version: 16.x
— run: npm ci
— run: npm run semantic-release
env:
Expand Down

0 comments on commit 023847f

Please sign in to comment.