Compare commits
3 Commits
ci-feat-ad
...
c7880fd4a7
| Author | SHA1 | Date | |
|---|---|---|---|
| c7880fd4a7 | |||
| 65fc51e875 | |||
| df0ae5a7d7 |
@@ -10,7 +10,7 @@ jobs:
|
||||
uses: ./.gitea/workflows/ci.yaml
|
||||
|
||||
release:
|
||||
needs: ci
|
||||
needs: tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -25,7 +25,6 @@ jobs:
|
||||
git config --global user.email "release-bot@t00n.de"
|
||||
- run: |
|
||||
standard-version --no-verify --skip-changelog
|
||||
tag=$(git describe --tags --abbrev=0)
|
||||
git push origin "$tag"
|
||||
git push --follow-tags origin main
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user