mirror of
https://github.com/zitadel/oidc.git
synced 2026-04-30 06:59:38 -05:00
chore(workflow): semantic release (#42)
* chore: change semantic releasing * fix release.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user