We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1321ccb + a526b17 commit 43aa127Copy full SHA for 43aa127
1 file changed
.github/workflows/tag-and-release.yml
@@ -0,0 +1,12 @@
1
+---
2
+name: Tag & Release
3
+'on':
4
+ push:
5
+ branches:
6
+ - stackhpc/2026.1
7
+permissions:
8
+ actions: read
9
+ contents: write
10
+jobs:
11
+ tag-and-release:
12
+ uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main
0 commit comments