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