Skip to content

v0.1.0

v0.1.0 #6

Workflow file for this run

name: Publish release
on:
release:
types: [created]
jobs:
call-workflow:
permissions:
contents: write
pages: write
id-token: write
secrets: inherit
uses: compulim/workflows/.github/workflows/publish-release.yml@main
with:
package-name: react-chain-of-responsibility
tag: ${{ github.ref_name }}