Skip to content

Commit 24d6522

Browse files
committed
Step#5: Prepare Release process
1 parent 7eac3fd commit 24d6522

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
with:
2222
gradle-version: 7.4
2323

24-
- name: Get Project version
24+
- uses: actions/checkout@v2
25+
name: Get Project version
2526
id: get_version
2627
run: echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
2728

.github/workflows/ci-snapshot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
publish-snapshot-sonatype:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
1311
- name: Setup java
1412
uses: actions/setup-java@v1
1513
with:
@@ -20,7 +18,8 @@ jobs:
2018
with:
2119
gradle-version: 7.4
2220

23-
- name: Get Project version
21+
- uses: actions/checkout@v2
22+
name: Get Project version
2423
id: get_version
2524
run: echo ::set-output name=VERSION::$(gradle properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')
2625

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java-version: ${{ matrix.java }}
1717

1818
- name: Pre-Pull localstack image
19-
run: "docker pull localstack/localstack:0.2.20"
19+
run: "docker pull localstack/localstack:0.14"
2020

2121

2222
- uses: gradle/gradle-build-action@v2

0 commit comments

Comments
 (0)