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:09:34 +01:00
parent fa86b30260
commit e9a8243d0d

View File

@@ -23,9 +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 origin --tags
git push origin ${{ steps.pkg.outputs.version }}
- name: Create release
uses: akkuman/gitea-release-action@v1