Skip to content

Commit 155b202

Browse files
committed
chore(ci): Don't push with tags, jreleaser will have pushed the tag
1 parent fec1b16 commit 155b202

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release_jreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
with:
6363
github_token: ${{ steps.generate-token.outputs.token }}
6464
message: Setting SNAPSHOT version ${{ github.event.inputs.nextVersion }}-SNAPSHOT
65-
tags: true
6665
- name: JReleaser release output
6766
if: always()
6867
uses: actions/upload-artifact@v4

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.getunleash</groupId>
55
<artifactId>unleash-client-java</artifactId>
6-
<version>10.2.2</version>
6+
<version>10.2.3-SNAPSHOT</version>
77

88
<properties>
99
<version.slf4j>2.0.13</version.slf4j>

0 commit comments

Comments
 (0)