Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhidesacl authored Jun 20, 2023
1 parent b1fa1cc commit 18e616c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
EMBOLD_URL: https://oss.emboldci.dev
EMBOLD_TOKEN: ${{ secrets.EMBOLD_OSS_SCAN_TOKEN }}
run: mvn --batch-mode clean deploy -DskipTests=true io.embold.scan:embold-maven-plugin:embold -Dembold.host.url=https://oss.emboldci.dev -Dembold.user.token=${{ secrets.EMBOLD_OSS_SCAN_TOKEN }} --file pom.xml
run: mvn --batch-mode clean deploy -DskipTests=true io.embold.scan:embold-maven-plugin:embold -Dembold.host.url=https://embolddemo.emboldci.dev -Dembold.user.token=${{ secrets.EMBOLD_OSS_SCAN_TOKEN }} --file pom.xml

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 18e616c

Please sign in to comment.