Skip to content

Commit bc3330c

Browse files
uncommented permissions (#318)
1 parent 9361eb2 commit bc3330c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
jobs:
1212
release:
1313
runs-on: cx-public-ubuntu-x64
14-
# permissions:
15-
# contents: write
14+
permissions:
15+
contents: write
1616
outputs:
1717
CLI_VERSION: ${{ steps.extract_cli_version.outputs.CLI_VERSION }}
1818

0 commit comments

Comments
 (0)