Skip to content

Commit

Permalink
Merge branch 'release/5.1.6.RELEASE.20240724'
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusHdez960717 committed Jul 24, 2024
2 parents 8a0fcb2 + ee66075 commit 6a9c855
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build-and-publish_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
if: |
github.event.pull_request.merged == true &&
(
(github.base_ref == 'develop' && startsWith(github.event.pull_request.title, 'NEW_RELEASE')) ||
(github.base_ref == 'master')
)
github.base_ref == 'master'
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -62,12 +58,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
if: |
success() &&
github.event.pull_request.merged == true &&
(
(github.base_ref == 'develop' && startsWith(github.event.pull_request.title, 'NEW_RELEASE')) ||
(github.base_ref == 'master')
)
github.base_ref == 'master'
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* 5.1.6.RELEASE.20240724:
* **PACKAGE** :sparkler: : Fix build workflow

* 5.1.5.RELEASE.20240724:
* **PACKAGE** :sparkler: : Increase version

* 5.1.4.RELEASE.20240724:
* **PACKAGE** :sparkler: : Config project to deploys as a Github-Package

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'dev.root101.commons'
version = '5.1.5.RELEASE.20240724'
version = '5.1.6.RELEASE.20240724'

def environment = System.getenv('ENVIRONMENT') ?: 'prod'

Expand Down

0 comments on commit 6a9c855

Please sign in to comment.