Skip to content

Release

Release #2

Workflow file for this run

name: Release
on:
push:
tags: ["**"]
workflow_dispatch:
permissions:
contents: write
jobs:
Release:
uses: cape-ph/.github/.github/workflows/release.yml@v1
secrets: inherit