Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
belluccifranco authored Apr 21, 2024
1 parent 9cff2d2 commit e62aca3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
CLOUDINARY_URL: ""
MERCADOPAGO_ACCESS_TOKEN: ""
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=open-commercial -Dsonar.projectKey=api:api
- name: Generate changelog
uses: Bullrich/generate-release-changelog@master
id: changelog
env:
REPO: ${{ github.repository }}
# - name: Generate changelog
# uses: Bullrich/generate-release-changelog@master
# id: changelog
# env:
# REPO: ${{ github.repository }}
- name: Get release version
run: |
echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
Expand Down

0 comments on commit e62aca3

Please sign in to comment.