Release on OSSRH and Maven Central #35
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
# ************************************************************************* | |
# ** Copyright (c) 2022 CentraleSupélec & EDF. | |
# ** All rights reserved. This program and the accompanying materials | |
# ** are made available under the terms of the Eclipse Public License v2.0 | |
# ** which accompanies this distribution, and is available at | |
# ** https://www.eclipse.org/legal/epl-v20.html | |
# ** | |
# ** This file is part of the RiseClipse tool | |
# ** | |
# ** Contributors: | |
# ** Computer Science Department, CentraleSupélec | |
# ** EDF R&D | |
# ** Contacts: | |
# ** [email protected] | |
# ** [email protected] | |
# ** Web site: | |
# ** https://riseclipse.github.io | |
# ************************************************************************* | |
name: Release on OSSRH and Maven Central | |
on: | |
workflow_dispatch: # Triggered manually for Release | |
jobs: | |
call-release-on-ossrh-and-maven-central-workflow: | |
name: Release on OSSRH and Maven Central with Maven | |
uses: ./.github/workflows/Shared-Release-On-Maven-Central.yml | |
secrets: | |
RISECLIPSE_PGP_KEY_PRIVATE: ${{ secrets.RISECLIPSE_PGP_KEY_PRIVATE }} | |
RISECLIPSE_PGP_KEY_PASSWORD: ${{ secrets.RISECLIPSE_PGP_KEY_PASSWORD }} | |
RISECLIPSE_OSSRH_USERNAME: ${{ secrets.RISECLIPSE_OSSRH_USERNAME }} | |
RISECLIPSE_OSSRH_PASSWORD: ${{ secrets.RISECLIPSE_OSSRH_PASSWORD }} |