update workflow
Some checks failed
Build ESLint Config on Tag / build (push) Failing after 9s

This commit is contained in:
2025-12-21 18:39:01 +01:00
parent 42294e74c8
commit a72b2dd446

View File

@@ -33,12 +33,12 @@ jobs:
run: | run: |
git config user.name "gitea-actions[bot]" git config user.name "gitea-actions[bot]"
git config user.email "gitea-actions[bot]@users.noreply.gitea.com" git config user.email "gitea-actions[bot]@users.noreply.gitea.com"
git tag ${{ steps.pkg.outputs.version }} git tag $VERSION
git push origin ${{ steps.pkg.outputs.version }} git push --force origin $VERSION
- name: Create GitHub release - name: Create GitHub release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
tag_name: ${{ steps.pkg.outputs.version }} tag_name: ${{ $VERSION }}
files: | files: |
dist/index.js dist/index.js