Skip to content

Commit

Permalink
Merge pull request #29 from ChinthakaJ98/fix-release
Browse files Browse the repository at this point in the history
Fix maven release issue
  • Loading branch information
ChinthakaJ98 authored Dec 20, 2024
2 parents c22d74a + aa77135 commit 2d62cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
git config --global user.email ${{ secrets.WSO2_INTEGRATION_BOT_EMAIL }}
- name: Build artifacts
run: |
mvn clean install
mvn clean install -Dmaven.test.skip=true
- name: Deploy artifacts with Maven
env:
GITHUB_TOKEN: ${{ secrets.WSO2_INTEGRATION_BOT_TOKEN }}
run: |
mvn --batch-mode release:prepare release:perform -Dtag=${{ env.VERSION_TAG }}
mvn --batch-mode release:prepare release:perform -Dtag=${{ env.VERSION_TAG }} -Darguments="-Dmaven.test.skip=true"
- name: Create Github Release with Assets
env:
GITHUB_TOKEN: ${{ secrets.WSO2_INTEGRATION_BOT_TOKEN }}
Expand Down

0 comments on commit 2d62cce

Please sign in to comment.