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

This commit is contained in:
2025-12-21 19:15:23 +01:00
parent 6b99df5d59
commit a69b8ce745

View File

@@ -49,8 +49,7 @@ jobs:
git push --force origin ${{ steps.pkg.outputs.version }} git push --force origin ${{ steps.pkg.outputs.version }}
- name: Create release - name: Create release
uses: softprops/action-gh-release@v2 uses: akkuman/gitea-release-action@v1
with: with:
tag_name: ${{ steps.pkg.outputs.version }} tag_name: ${{ steps.pkg.outputs.version }}
files: index.js files: /dist/index.js
overwrite: true