Skip to content

1.2.2

1.2.2 #16

Workflow file for this run

---
# yamllint disable rule:truthy
name: "Deploy Collection"
# Trigger the workflow however you prefer
on:
release:
types:
- published
jobs:
publish:
uses: ./.github/workflows/workflow-publish.yml
secrets: inherit
with:
publish: true
version: ${{ github.ref_name }}