chore: add component release workflow

This commit is contained in:
Freek van de Ven 2024-09-02 13:42:30 +02:00 committed by Freek van de Ven
parent 5eb914c23a
commit 5528664fb7

14
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Iconica Standard Component Release Workflow
# Workflow Caller version: 1.0.0
on:
release:
types: [published]
workflow_dispatch:
jobs:
call-global-iconica-workflow:
uses: Iconica-Development/.github/.github/workflows/component-release.yml@master
secrets: inherit
permissions: write-all