Skip to content

Commit

Permalink
- activate deploy to packagecloud (3.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Zozmann committed Oct 6, 2023
1 parent bc9da8d commit 64fd353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-javax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Deploy with Maven
env:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
run: mvn --batch-mode -s settings.xml clean package deploy:deploy -DskipTests -Djetty.skip
run: mvn --batch-mode -s .github/workflows/settings.xml clean package deploy:deploy -DskipTests -Djetty.skip

0 comments on commit 64fd353

Please sign in to comment.