Skip to content

Commit caf9361

Browse files
💚 Update CI
1 parent f738832 commit caf9361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55

66
jobs:
77
create_release:
8-
if: github.event_name == 'workflow_dispatch'
8+
permissions: write-all
99
runs-on: ubuntu-latest
1010

1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14-
14+
1515
- name: Download artifacts
1616
uses: actions/download-artifact@v4
1717
with:

0 commit comments

Comments
 (0)