mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:07:31 +00:00
chore: add assets to releases (#6346)
* chore: change pipeline to add assets to the release
This commit is contained in:
5
.github/workflows/version.yml
vendored
5
.github/workflows/version.yml
vendored
@@ -27,6 +27,11 @@ jobs:
|
||||
-
|
||||
name: Source checkout
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
uses: actions/download-artifact@v3
|
||||
if: ${{ !inputs.dry_run }}
|
||||
with:
|
||||
path: .artifacts
|
||||
-
|
||||
name: Semantic Release
|
||||
uses: cycjimmy/semantic-release-action@v3
|
||||
|
Reference in New Issue
Block a user