mirror of
https://github.com/Iconica-Development/flutter_notification_center.git
synced 2025-05-18 16:43:44 +02:00
14 lines
319 B
YAML
14 lines
319 B
YAML
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 |