Skip to content

Merge "Add GH release action" #1

Merge "Add GH release action"

Merge "Add GH release action" #1

Workflow file for this run

name: 'Build Release'
on:
push:
tags:
- '*'
permissions:
contents: write
jobs:
release:
uses: NeCTAR-RC/gh-actions/.github/workflows/build-release.yaml@master