chore 🔧: improve GitHub Actions workflow for release creation

- Fix workflow triggers to support both manual runs and tag pushes
- Add conditional logic to handle different event types
- Skip already existing releases to prevent errors
- Add completion messages for better feedback
- Improve error handling for the release creation process
This commit is contained in:
Ante Budimir 2025-03-10 10:09:05 +02:00
parent 1092b47f1c
commit d2b62d3995
4 changed files with 45 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@antebudimir/eslint-plugin-vanilla-extract",
"version": "1.4.3",
"version": "1.4.4",
"description": "ESLint plugin for enforcing best practices in vanilla-extract CSS styles, including CSS property ordering and additional linting rules.",
"author": "Ante Budimir",
"license": "MIT",