Skip to content

Commit

Permalink
feat: add component release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
freekvandeven committed Oct 28, 2024
1 parent 546207e commit 1b45759
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit 1b45759

Please sign in to comment.