Skip to content

Commit 2beb910

Browse files
committed
Include release workflow
1 parent 7405519 commit 2beb910

File tree

2 files changed

+8
-35
lines changed

2 files changed

+8
-35
lines changed

.github/workflows/release-doc.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
</servers>
4545
</settings>
4646
EOF
47-
- name: Make release
47+
- name: Make release in Maven Central
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
@@ -55,6 +55,13 @@ jobs:
5555
-Dscm.url=https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \
5656
-Dscm.developerConnection=https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git \
5757
-Darguments="-DskipTests -Dgpg.executable=gpg"
58+
- name: Make release in GitHub
59+
uses: softprops/action-gh-release@v2
60+
with:
61+
token: ${{ secrets.GITHUB_TOKEN }}
62+
tag_name: selenium-jupiter-${{ inputs.release_version }}
63+
draft: false
64+
prerelease: false
5865
- name: Update doc
5966
run: |
6067
mvn site -Ddoc.version=${{ inputs.release_version }}

0 commit comments

Comments
 (0)