File tree 4 files changed +8
-5
lines changed
subprojects/json-lib-core
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 65
65
run : echo ::set-output name=version::$(cat VERSION)
66
66
67
67
- name : Release
68
- uses : jreleaser/release-action@v1
68
+ uses : jreleaser/release-action@v2
69
69
with :
70
70
version : early-access
71
71
arguments : release
Original file line number Diff line number Diff line change @@ -59,10 +59,11 @@ jobs:
59
59
VERSION=${{ github.event.inputs.version }}
60
60
echo $VERSION > VERSION
61
61
git add VERSION
62
+ sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ needs.precheck.outputs.VERSION }}/g" README.adoc
62
63
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
63
64
git config --global user.name "GitHub Action"
64
65
git commit -a -m "Releasing version $VERSION"
65
- git push origin main
66
+ git push origin master
66
67
67
68
- name : Build
68
69
run : |
80
81
build publishToSonatype closeAndReleaseSonatypeStagingRepository -S
81
82
82
83
- name : Release
83
- uses : jreleaser/release-action@v1
84
+ uses : jreleaser/release-action@v2
84
85
with :
85
86
version : early-access
86
87
arguments : full-release
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ ezmorphVersion = 3.0.0
29
29
jacocoVersion = 0.8.6
30
30
junitVersion = 4.13.2
31
31
slf4jVersion = 1.7.32
32
+ slf4jTestVersion = 1.2.0
33
+ xmlunitVersion = 1.6
32
34
xomVersion = 1.3.7
33
35
34
36
kordampPluginVersion = 0.46.0
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ dependencies {
34
34
api(" xom:xom:$xomVersion " )
35
35
api(" org.kordamp.ezmorph:ezmorph-core:$ezmorphVersion " )
36
36
37
- testImplementation(' xmlunit:xmlunit:1.6 ' )
38
- testImplementation(' uk.org.lidalia:slf4j-test:1.2.0 ' )
37
+ testImplementation(" xmlunit:xmlunit:$x mlunitVersion " )
38
+ testImplementation(" uk.org.lidalia:slf4j-test:$s lf4jTestVersion " )
39
39
}
You can’t perform that action at this time.
0 commit comments