ci: add release pipeline #16
@@ -25,6 +25,7 @@ jobs:
|
|||||||
git config --global user.email "release-bot@t00n.de"
|
git config --global user.email "release-bot@t00n.de"
|
||||||
- run: |
|
- run: |
|
||||||
standard-version --no-verify --skip-changelog
|
standard-version --no-verify --skip-changelog
|
||||||
git push --follow-tags origin main
|
tag=$(git describe --tags --abbrev=0)
|
||||||
|
git push origin "$tag"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user