Skip to content

Commit 66dd554

Browse files
author
JFrog Pipelines Step
committed
Merge remote-tracking branch 'origin/dev'
2 parents 39eb5ae + d344a66 commit 66dd554

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
32+
3233
- name: Setup Go with cache
3334
uses: jfrog/.github/actions/install-go-with-cache@main
3435

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
currentVersion=2.20.0
1+
currentVersion=2.20.x-SNAPSHOT

release/pipelines.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipelines:
5555
- git merge origin/dev
5656

5757
# Run audit
58-
- jf audit
58+
- jf audit --fail=${AUDIT_FAIL:-false}
5959

6060
# Update version
6161
- sed -i "s/\(currentVersion=\).*\$/\1${NEXT_VERSION}/" gradle.properties
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.19.x-SNAPSHOT
1+
version=2.20.0

0 commit comments

Comments
 (0)