Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85f7800

Browse files
authored
update docs on new releases (#1227)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent a9b136c commit 85f7800

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- main
8+
tags:
9+
- "v*.*.*" # updates the version in the docs
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
gpg-passphrase: MAVEN_GPG_PASSPHRASE
4343

4444
- name: Publish to Apache Maven Central
45-
run: mvn deploy -P release
45+
run: mvn deploy -P release -Dmaven.test.skip=true
4646
env:
4747
MAVEN_USERNAME: ${{ secrets.SONATYPE_MAVEN_REPOSITORY_USERNAME }}
4848
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_MAVEN_REPOSITORY_PASSWORD }}

0 commit comments

Comments
 (0)