Skip to content

Commit 5762936

Browse files
committed
ajusta workflow para publicar releases automaticamente
1 parent 3395276 commit 5762936

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
node-version: 24
2121

2222
- run: npm install
23+
- run: rm -rf dist
2324
- run: npm run build
2425

2526
- name: Create Release
2627
uses: softprops/action-gh-release@v2
2728
with:
2829
files: |
2930
dist/**
31+
fail_on_unmatched_files: false
32+
draft: false

0 commit comments

Comments
 (0)