@ -46,3 +46,8 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git tag -a $new_tag -m "Release $new_tag"
git push origin $new_tag
release:
needs: auto-tag
uses: ./.github/workflows/release.yml
secrets: inherit
@ -1,6 +1,7 @@
name: Release
on:
workflow_call:
push:
tags:
- 'v*'