Skip to content

Commit c971dbd

Browse files
committed
fix: write
1 parent f27b177 commit c971dbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Release
22

33
permissions:
4+
contents: write # necesario para push de commits y tags
5+
pull-requests: write
6+
issues: write
47
id-token: write
5-
contents: read
68
on:
79
push:
810
branches:

0 commit comments

Comments
 (0)