blob: 32d9bef2fedd60a63da6054e04f3f7f44f4802ff [file]
name: Release
on:
release:
types: [published]
jobs:
publish-to-bcr:
uses: ./.github/workflows/publish.yaml
with:
tag_name: ${{ github.event.release.tag_name }}
secrets: inherit