Skip to content

Commit

Permalink
Merge pull request #178 from jmartisk/deprecated-props-2
Browse files Browse the repository at this point in the history
Avoid using deprecated properties in the publishing action
  • Loading branch information
gsmet authored Jan 8, 2025
2 parents 3cc5eb2 + 40d7119 commit e7b2ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-action-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Build and publish action to Maven repository
shell: bash
run: |
./mvnw -B clean deploy -Dquarkus.package.type=uber-jar -Dquarkus.package.add-runner-suffix=false
./mvnw -B clean deploy -Dquarkus.package.jar.type=uber-jar -Dquarkus.package.jar.add-runner-suffix=false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7b2ba1

Please sign in to comment.