update workflow
All checks were successful
Build ESLint Config and Release / build-and-release (push) Successful in 3s

This commit is contained in:
2025-12-22 22:07:08 +01:00
parent 7a80fcfa57
commit 426e4e1e03

View File

@@ -23,8 +23,9 @@ jobs:
run: |
git config user.name "gitea-actions[bot]"
git config user.email "gitea-actions[bot]@users.noreply.gitea.com"
git tag ${{ steps.pkg.outputs.version }}
git push --force origin ${{ steps.pkg.outputs.version }}
git push origin --tags
- name: Create release
uses: akkuman/gitea-release-action@v1