Skip to content

Commit

Permalink
Add release gh action
Browse files Browse the repository at this point in the history
Change-Id: I042d7d3bee8307048398ebd0bc599ffc908e1026
  • Loading branch information
sorrison committed Oct 14, 2024
1 parent 3e41b0f commit 7c99ff9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7c99ff9

Please sign in to comment.