We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2cc94 commit 33cb16cCopy full SHA for 33cb16c
1 file changed
.github/workflows/trigger-site-rebuild.yml
@@ -16,6 +16,14 @@ jobs:
16
name: 'Create archives',
17
run: 'python create_archives.py'
18
},
19
+ {
20
+ name: "Create tag",
21
+ run: 'git tag v${{ steps.git_short_hash.outputs.hash }}'
22
+ },
23
24
+ name: "Push to tag",
25
+ run: 'git push origin v${{ steps.git_short_hash.outputs.hash }}'
26
27
{
28
name: 'Release',
29
uses: softprops/action-gh-release@v2,
0 commit comments