Skip to content

I think this will do it, but idk if this should be the final solution… #1

I think this will do it, but idk if this should be the final solution…

I think this will do it, but idk if this should be the final solution… #1

Workflow file for this run

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