Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
axb committed Dec 5, 2023
1 parent d12a968 commit 6fcc961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: release

on:
push:
branches: [ main ]
workflow_dispatch:
inputs:
releaseVersion:
Expand Down Expand Up @@ -46,6 +45,7 @@ jobs:
fi
- name: Deploy to maven central
run: |
cat ~/.m2/settings.xml &&
mvn -P release -B clean \
deploy \
-Dgpg.passphrase=${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand Down

0 comments on commit 6fcc961

Please sign in to comment.