Skip to content

Commit

Permalink
chore(workflow): semantic release (#42)
Browse files Browse the repository at this point in the history
* chore: change semantic releasing

* fix release.yml
  • Loading branch information
livio-a committed Aug 6, 2020
1 parent 17f769a commit 5a8e699
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Create Version
uses: caos/semantic-release@v0.2.4

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
with:
dry_run: false
semantic_version: 17.0.4
extra_plugins: |
@semantic-release/exec@5.0.0

0 comments on commit 5a8e699

Please sign in to comment.