Skip to content

Commit 0c32498

Browse files
authored
Revert project version
1 parent a2cae7e commit 0c32498

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/project.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
release:
2-
previous-version: 0.4.0
3-
current-version: 0.4.1
4-
next-version: 0.4.2
2+
previous-version: 0.3.0
3+
current-version: 0.4.0
4+
next-version: 0.4.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
JRELEASER_PREVIOUS_TAG_NAME: "v${{ env.PREVIOUS_VERSION }}"
106106
run: |
107107
echo "Releasing version ${{ env.PREVIOUS_VERSION }} -> ${{ env.CURRENT_VERSION }}"
108-
./gradlew --no-daemon :jreleaserFullRelease
108+
./gradlew --no-daemon -Dorg.gradle.configuration-cache=false :jreleaserFullRelease
109109
110110
# Persist logs
111111
- name: JReleaser release output

0 commit comments

Comments
 (0)