Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Sep 22, 2024
1 parent 0989190 commit 35cd539
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ on:

jobs:
pre-release:
uses: gluonhq/actions/.github/workflows/maven-pre-release.yml@v1
with:
buildDir: emoji
depProperty: emoji.version
depDirectory: samples
uses: gluonhq/actions/.github/workflows/maven-pre-release.yml@modules

release:
needs: pre-release
Expand Down Expand Up @@ -46,10 +42,7 @@ jobs:

post-release:
needs: [ pre-release, release ]
uses: gluonhq/actions/.github/workflows/maven-post-release.yml@v1
uses: gluonhq/actions/.github/workflows/maven-post-release.yml@modules
with:
tag: ${{ needs.pre-release.outputs.tag }}
nextVersion: ${{ github.event.inputs.nextVersion }}
buildDir: emoji
depProperty: emoji.version
depDirectory: samples

0 comments on commit 35cd539

Please sign in to comment.