Merge pull request, while keeping -q --quiet flag.

Most changes were already included, only adjusted with black formatting.
This commit is contained in:
Halvor Holsten Strand
2023-10-09 12:01:32 +02:00
parent 125cfca05e
commit 7437e3abb1
10 changed files with 1058 additions and 999 deletions

19
.github/workflows/tagged-release.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
---
name: "tagged-release"
# yamllint disable-line rule:truthy
on:
push:
tags:
- '*'
jobs:
tagged-release:
name: tagged-release
runs-on: ubuntu-20.04
steps:
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false