1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-01 01:27:56 +02:00
This commit is contained in:
Casey Lee
2020-02-24 15:05:41 -08:00
parent d54b25d983
commit eb28924ba5

View File

@@ -25,7 +25,7 @@ jobs:
GOFLAGS: -mod=vendor
release:
if: startsWith(github.ref, "refs/tags/v")
if: startsWith(github.ref, 'refs/tags/v')
needs:
- lint
- test