Skip to content

Commit

Permalink
fix: bump up semantic-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Kim committed Oct 28, 2019
1 parent dbac003 commit 17efe04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 10.x
registry-url: http://registry.npmjs.org/

- name: validate before release
Expand All @@ -25,7 +25,7 @@ jobs:
npm run lint
- name: semantic release
uses: codfish/semantic-release-action@v1
uses: codfish/semantic-release-action@v1.2.1
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 17efe04

Please sign in to comment.