Skip to content

Commit 6eeec63

Browse files
committed
[Feat] Add a step to build the project
1 parent eaae336 commit 6eeec63

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/create-release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848

49+
- name: Build .jar
50+
run: sh gradlew build
51+
4952
- name: Create Release
5053
if: ${{ success() }}
5154
id: create_release

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val sonarReleaseUri = "https://s01.oss.sonatype.org/content/repositories/release
77

88
description = "PokeApi is a simple library you can use to make request to get data about Pokémon."
99
group = "fr.tykok"
10-
version = "0.0.1"
10+
version = "0.0.2"
1111

1212
fun getUriSonar(): String {
1313
return if (version.toString().endsWith("SNAPSHOT"))

0 commit comments

Comments
 (0)