fix syntax error in github action
This commit is contained in:
parent
afb488da1e
commit
cddb2b00c9
1 changed files with 4 additions and 3 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: Build release on tag
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue