chore: test release

This commit is contained in:
Stefan Zollinger
2024-04-12 13:59:07 +02:00
parent a5425083da
commit 0aed2068ec

View File

@@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- "*" - "*"
tags:
- "*"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -54,4 +56,4 @@ jobs:
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: ${{steps.sign.outputs.signedReleaseFile}} files: ${{steps.sign.outputs.signedReleaseFile}}