15 lines
224 B
YAML
15 lines
224 B
YAML
|
|
name: Release tagged build
|
|
|
|
on:
|
|
push:
|
|
tags: [ '*' ]
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
release-tags:
|
|
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/release-tags.yml@master
|
|
secrets: inherit
|