blablablocks-tabs-block/.github/workflows/release-with-build.yml

16 lines
362 B
YAML

name: Build & Package Everything on Release
on:
release:
types: [created, edited]
permissions:
contents: write
jobs:
build_and_package:
uses: lubusIN/.github/.github/workflows/release-package.yml@main
with:
release-tag: ${{ github.event.release.tag_name }}
checkout-ref: ${{ github.event.release.tag_name }}
secrets: inherit