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.
1 parent 618c96b commit 2cf6561Copy full SHA for 2cf6561
.github/workflows/tag-and-release.yml
@@ -0,0 +1,11 @@
1
+---
2
+name: Tag & Release
3
+'on':
4
+ push:
5
+ branches:
6
+ - stackhpc/yoga
7
+permissions:
8
+ contents: write
9
+jobs:
10
+ tag-and-release:
11
+ uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main
0 commit comments