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 259ef26
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 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 All @@ -37,6 +33,8 @@ jobs:
- name: Publish Release
id: deploy
run: |
pwd
ls
mvn -B -ntp clean deploy -Prelease -pl 'emoji, offline' -am
echo ::set-output name=exit_code::$?
env:
Expand All @@ -50,6 +48,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 259ef26

Please sign in to comment.