Skip to content

Commit 612e035

Browse files
authored
chore: update ci release scripts (#3528)
1 parent 46bd0a2 commit 612e035

File tree

8 files changed

+8
-8
lines changed
  • clients
    • algoliasearch-client-csharp/.github/workflows
    • algoliasearch-client-java/.github/workflows
    • algoliasearch-client-javascript/.github/workflows
    • algoliasearch-client-kotlin/.github/workflows
    • algoliasearch-client-python/.github/workflows
    • algoliasearch-client-ruby/.github/workflows
    • algoliasearch-client-scala/.github/workflows
    • algoliasearch-client-swift/.github/workflows

8 files changed

+8
-8
lines changed

clients/algoliasearch-client-csharp/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release packages
33
on:
44
push:
55
branches:
6-
- next
6+
- main
77

88
jobs:
99
release:

clients/algoliasearch-client-java/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish jar
33
on:
44
push:
55
branches:
6-
- next
6+
- main
77

88
jobs:
99
release:

clients/algoliasearch-client-javascript/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release packages
33
on:
44
push:
55
branches:
6-
- next
6+
- main
77

88
jobs:
99
release:

clients/algoliasearch-client-kotlin/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Artifacts
33
on:
44
push:
55
branches:
6-
- next
6+
- main
77

88
jobs:
99
publish:

clients/algoliasearch-client-python/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- next
6+
- main
77

88
jobs:
99
release:

clients/algoliasearch-client-ruby/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Release
55
on:
66
push:
77
branches:
8-
- next
8+
- main
99

1010
jobs:
1111
release:

clients/algoliasearch-client-scala/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish jar
33
on:
44
push:
55
branches:
6-
- next
6+
- main
77

88
jobs:
99
release:

clients/algoliasearch-client-swift/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release package
33
on:
44
push:
55
branches:
6-
- next
6+
- main
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)