Skip to content

Commit

Permalink
Skip publishing Maven packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed Sep 27, 2023
1 parent 75fe4bf commit 168aaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "VERSION=$(grep 'project.rel.pl.net.was\\:trino-git=' release.properties | cut -d'=' -f2)" >> $GITHUB_ENV
- name: Publish JAR
run: ./mvnw -B release:perform -Darguments=-Dgpg.skip
run: ./mvnw -B release:perform -Darguments="-Dgpg.skip -Dmaven.deploy.skip=true"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 168aaf7

Please sign in to comment.