diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..e91e351 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ +name: 'Build Release' +on: + push: + tags: + - '*' + +permissions: + contents: write + +jobs: + release: + uses: NeCTAR-RC/gh-actions/.github/workflows/build-release.yaml@master