Skip to content

Commit

Permalink
👌 IMPROVE: Release only for jar files
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontdia committed Sep 19, 2023
1 parent 1de4ffb commit 681ae95
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ jobs:
keyvault-key: jpworks-keyvault
secrets:
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }}

# Needed by the Unit Test Action
permissions:
contents: write
issues: write
checks: write
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>078efef1-d139-48ed-92f5-f8d4a0592374</groupId>
<artifactId>micorp-customer-sapi-asset</artifactId>
<version>1.3.22</version>
<version>1.3.23</version>
<packaging>mule-application</packaging>
<name>micorp-customer-sapi</name>
<description>Mulesoft service for creating customers in Salesforce using data from the Corporate Orders System</description>
Expand Down

0 comments on commit 681ae95

Please sign in to comment.