Skip to content

Commit

Permalink
Merge pull request #55 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 2a0fba9 + f0ce20a commit 858c507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
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 }} -DignoreSnapshots=true
- name: Create Github Release with Assets
env:
GITHUB_TOKEN: ${{ secrets.WSO2_INTEGRATION_BOT_TOKEN }}
Expand Down

0 comments on commit 858c507

Please sign in to comment.