Skip to content

Commit 3ae9470

Browse files
committed
Miscellaneous fixes
* Bring back `version=0.0.1-SNAPSHOT` * Remove redundant `checkout` from the `action.yml` * Remove redundant job name from the `release.yml`, as well as Gradle `clean` task
1 parent 30b0a9c commit 3ae9470

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
build-and-release:
9-
name: 'Build'
109
runs-on: 'ubuntu-latest'
1110
steps:
1211
- uses: actions/checkout@v5
@@ -16,7 +15,7 @@ jobs:
1615
with:
1716
java-version: 17
1817

19-
- run: ./gradlew clean build
18+
- run: ./gradlew build
2019

2120
- uses: softprops/action-gh-release@v2
2221
with:

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ description: 'Run Backport Bot'
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/checkout@v5
8-
with:
9-
show-progress: false
10-
117
- uses: actions/setup-java@v5
128
with:
139
distribution: temurin

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.0.1
1+
version=0.0.1-SNAPSHOT
22
org.gradle.daemon=true
33
org.gradle.caching=true
44
org.gradle.parallel=true

0 commit comments

Comments
 (0)