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

@ -5,7 +5,7 @@ import customOrderRule from './css-rules/custom-order/rule-definition.js';
export const vanillaExtract = {
meta: {
name: '@antebudimir/eslint-plugin-vanilla-extract',
version: '1.4.3',
version: '1.4.4',
},
rules: {
'alphabetical-order': alphabeticalOrderRule,