1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00
This commit is contained in:
Casey Lee 2020-02-24 15:05:41 -08:00
parent 2d11060363
commit 4955c2449c

View file

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