Skip to content

Commit

Permalink
Merge pull request #11 from reportportal/rc/5.12.2
Browse files Browse the repository at this point in the history
Release 5.12.2
  • Loading branch information
pbortnik authored Oct 25, 2024
2 parents 90c936b + a0126dc commit 4114a20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
GH_USER_NAME: github.actor
SCRIPTS_VERSION: 5.12.0
RELEASE_VERSION: 5.12.0
RELEASE_VERSION: 5.12.2

jobs:
release:
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ dependencies {
test {
useJUnitPlatform()
}

tasks.named('preTagCommit') {
enabled = false
}

0 comments on commit 4114a20

Please sign in to comment.