Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

publish

publish #18

Workflow file for this run

name: publish
on:
workflow_dispatch:
inputs:
version_type:
description: "The type of this version. e.g alpha"
type: choice
default: BETA
options:
- STABLE
- BETA
- ALPHA
- NONE
required: false
jobs:
publish:
uses: constellation-mc/actions/.github/workflows/mc-publish.yml@main
with:
java: 17
version_type: ${{ inputs.version_type }}
secrets: inherit