fixing github action parsing error

master
Martin Scheidt 2022-02-13 20:34:30 +01:00
parent 6dc00facc4
commit b92f8685b5
1 changed files with 1 additions and 4 deletions

View File

@ -9,12 +9,9 @@ on:
tags:
- "v*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
release:
build:
name: "make release"
# The type of runner that the job will run on
runs-on: ubuntu-latest