Skip to content

Commit 33cb16c

Browse files
committed
Update trigger-site-rebuild.yml
1 parent 4c2cc94 commit 33cb16c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/trigger-site-rebuild.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ jobs:
1616
name: 'Create archives',
1717
run: 'python create_archives.py'
1818
},
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+
},
1927
{
2028
name: 'Release',
2129
uses: softprops/action-gh-release@v2,

0 commit comments

Comments
 (0)