Skip to content

Commit

Permalink
Merge pull request #137 from primitivefinance/release/v0.5.0
Browse files Browse the repository at this point in the history
feat(): Fix workflow with updated node version.
  • Loading branch information
Alexangelj authored Dec 2, 2020
2 parents 39d0e7d + 8d4e550 commit 3427291
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Semantic Realease & NPM Deploy
on:
push:
tags-ignore:
- "**"
- '**'
branches:
- master
jobs:
Expand All @@ -14,11 +14,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: 12
node-version: 14
- name: Install Dependencies
run: yarn install
run: yarn install
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit 3427291

Please sign in to comment.