Skip to content

Commit

Permalink
Merge pull request #8 from EYBlockchain/liju.jose/fix-github-action-r…
Browse files Browse the repository at this point in the history
…elease

 fix for semantic release
  • Loading branch information
LijuJoseJJ authored Mar 1, 2021
2 parents 19f9dbf + 4d06f8a commit 4c3d5a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: '12.x'

- run: npm install
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: codfish/semantic-release-action@master
id: semantic
Expand Down

0 comments on commit 4c3d5a5

Please sign in to comment.