Skip to content

Hangar release

Hangar release #8

Workflow file for this run

name: Hangar release
on: workflow_dispatch
jobs:
version:
name: Detect version
uses: ./.github/workflows/version.yml
upload:
name: Build and upload
needs: version
uses: ./.github/workflows/build.yml
with:
version: ${{ needs.version.outputs.version }}
task: publishPluginPublicationToHangar
secrets:
hangar-token: ${{ secrets.HANGAR_TOKEN }}