Skip to content

Commit

Permalink
Merge pull request #34 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 19, 2024
2 parents 554872e + 5942ff7 commit 4bbb458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 }} -Darguments="-Dmaven.javadoc.skip=true"
- name: Create Github Release with Assets
env:
GITHUB_TOKEN: ${{ secrets.WSO2_INTEGRATION_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.integration.connector</groupId>
<artifactId>mi-connector-email</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>WSO2 Carbon - Connector For email</name>
<url>http://wso2.org</url>
Expand Down

0 comments on commit 4bbb458

Please sign in to comment.