Skip to content

Commit c32996c

Browse files
committed
Fix permissions comment in release workflow for clarity
1 parent 6fd1952 commit c32996c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
permissions:
9-
contents: write # Necessário para criar releases
9+
contents: write
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)