chore(workflow): semantic release (#42)

* chore: change semantic releasing

* fix release.yml
This commit is contained in:
Livio Amstutz 2020-08-06 13:45:16 +02:00 committed by GitHub
parent 17f769a875
commit 5a8e69978f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,10 @@ jobs:
uses: actions/checkout@v1 uses: actions/checkout@v1
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Create Version - name: Semantic Release
uses: caos/semantic-release@v0.2.4 uses: cycjimmy/semantic-release-action@v2
with:
dry_run: false
semantic_version: 17.0.4
extra_plugins: |
@semantic-release/exec@5.0.0