13 lines
185 B
YAML
13 lines
185 B
YAML
|
name: release
|
||
|
on:
|
||
|
push:
|
||
|
tags:
|
||
|
- "*"
|
||
|
|
||
|
jobs:
|
||
|
call-workflow:
|
||
|
uses: byteverse/.github/.github/workflows/build.yaml@main
|
||
|
secrets: inherit
|
||
|
with:
|
||
|
release: true
|