Skip to content

Commit f1e144f

Browse files
authored
Merge 4622c58 into 90fe686
2 parents 90fe686 + 4622c58 commit f1e144f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build-and-push:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- name: Checkout
1315
uses: actions/checkout@v3
@@ -58,7 +60,6 @@ jobs:
5860
name: Commit new version info
5961
with:
6062
branch: main
61-
commit_options: '--no-verify --signoff'
6263
file_pattern: '.'
6364
repository: .
6465
- name: Release Tag

0 commit comments

Comments
 (0)