Skip to content

Commit

Permalink
fix: release pkg mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Walee Ahmed authored May 7, 2020
1 parent 3d7483a commit d879f5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
uses: cycjimmy/semantic-release-action@v2
id: semantic
with:
semantic_version: 16
branch: master
extra_plugins: |
@semantic-release/changelog@3.0.0
@semantic-release/changelog
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d879f5d

Please sign in to comment.