try fixing CI

This commit is contained in:
Ferdinand Schober
2024-11-07 20:53:27 +01:00
parent 4703a4c947
commit 0d074e19f1

View File

@@ -3,7 +3,7 @@ name: "Tagged Release"
on:
push:
tags:
- "v*"
- v**
jobs:
linux-release-build:
@@ -114,7 +114,7 @@ jobs:
steps:
- name: Download build artifacts
uses: actions/download-artifact@v4
- name: "Create Release"
- name: Create Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"