-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56386cf
commit 1908170
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,6 +72,9 @@ jobs: | |
echo "New version: ${{ steps.version.outputs.version }} going to be released!" | ||
fi | ||
- name: Run Testsd | ||
run: mvn verify | ||
|
||
- name: Configure Git author | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|
@@ -108,7 +111,7 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GPG_PASSPHRASE: ${{ secrets.GPG_SECRET }} | ||
run: | | ||
mvn deploy -Dmaven.install.skip=true -DskipTests -Pgithub,publish | ||
mvn deploy -Dmaven.install.skip=true -Pgithub,publish | ||
- name: maven-settings-xml-action | ||
uses: whelk-io/maven-settings-xml-action@v4 | ||
|
@@ -119,7 +122,7 @@ jobs: | |
env: | ||
GPG_PASSPHRASE: ${{ secrets.GPG_SECRET }} | ||
run: | | ||
mvn deploy -Dmaven.install.skip=true -DskipTests -Possrh,publish | ||
mvn deploy -Dmaven.install.skip=true -Possrh,publish | ||
- name: Create GitHub Release | ||
uses: ncipollo/release-action@v1 | ||
|