Skip to content

Release on OSSRH and Maven Central #33

Release on OSSRH and Maven Central

Release on OSSRH and Maven Central #33

# *************************************************************************
# ** 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 }}