Skip to content

Commit 16064f0

Browse files
authored
fix(scripts): only checkout tag on release (#5451)
1 parent 3c364f3 commit 16064f0

File tree

1 file changed

+1
-3
lines changed
  • clients/algoliasearch-client-scala/.github/workflows

1 file changed

+1
-3
lines changed

clients/algoliasearch-client-scala/.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)