mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-tabs-block.git
synced 2026-04-27 04:42:17 +08:00
16 lines
362 B
YAML
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
|