Skip to content

Commit 6a91410

Browse files
committed
gate with the v tag action
1 parent 5fb2921 commit 6a91410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ env:
1212
GORELEASER_VER: v2.3.2
1313

1414
jobs:
15-
docker:
15+
build-release:
1616
runs-on: ubuntu-latest
17+
if: startsWith(github.ref, 'refs/tags/v')
1718
permissions:
1819
packages: write
1920
steps:

0 commit comments

Comments
 (0)