chore: add assets to releases (#6346)

* chore: change pipeline to add assets to the release
This commit is contained in:
Stefan Benz
2023-08-11 14:49:28 +02:00
committed by GitHub
parent 4123ab7ba7
commit 77e561af72
5 changed files with 47 additions and 8 deletions

View File

@@ -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