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 e3f9fc0 + 1b3adc2 commit 517c6e8Copy full SHA for 517c6e8
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/2025.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