Skip to content

Publish new release

Publish new release #2

Workflow file for this run

name: Publish new release
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to be created (when empty, it will be automatically computed)'
required: false
type: string
default: ''
jobs:
create-new-tag:
uses: zaphiro-technologies/github-workflows/.github/workflows/new-release.yaml@main
secrets: inherit
with:
tag: ${{ inputs.tag }}
language: 'python'