Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Sep 18, 2024
1 parent 0989190 commit 26bd545
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
jobs:
pre-release:
uses: gluonhq/actions/.github/workflows/maven-pre-release.yml@v1
with:
buildDir: emoji
depProperty: emoji.version
depDirectory: samples

release:
needs: pre-release
Expand Down Expand Up @@ -50,6 +46,3 @@ jobs:
with:
tag: ${{ needs.pre-release.outputs.tag }}
nextVersion: ${{ github.event.inputs.nextVersion }}
buildDir: emoji
depProperty: emoji.version
depDirectory: samples

0 comments on commit 26bd545

Please sign in to comment.