@@ -16,6 +16,14 @@ jobs:
name: 'Create archives',
run: 'python create_archives.py'
},
+ {
+ name: "Create tag",
+ run: 'git tag v${{ steps.git_short_hash.outputs.hash }}'
+ },
+ name: "Push to tag",
+ run: 'git push origin v${{ steps.git_short_hash.outputs.hash }}'
{
name: 'Release',
uses: softprops/action-gh-release@v2,