Skip to content

Commit 082e82b

Browse files
algolia-botmillotp
andcommitted
fix(scripts): only checkout tag on release (generated)
algolia/api-clients-automation#5451 Co-authored-by: Pierre Millot <[email protected]>
1 parent 7a7a0a3 commit 082e82b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ name: Publish jar
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
8-
- '*'
6+
- v*
97

108
jobs:
119
release:

0 commit comments

Comments
 (0)