Draft new release #6
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
name: Draft new release | |
on: | |
workflow_dispatch: | |
inputs: | |
version: | |
description: 'The new version in major.minor.patch format.' | |
required: true | |
jobs: | |
draft-new-release: | |
name: Draft a new release | |
uses: monero-rs/workflows/.github/workflows/[email protected] | |
with: | |
version: ${{ github.event.inputs.version }} |