Skip to content

Commit d4a585d

Browse files
committed
fix: Enhance release process
1 parent d097555 commit d4a585d

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ permissions:
1313

1414

1515
jobs:
16-
permissions:
17-
# Give the default GITHUB_TOKEN write permission to commit and push the
18-
# added or changed files to the repository.
19-
contents: write
2016
build:
17+
permissions:
18+
# Give the default GITHUB_TOKEN write permission to commit and push the
19+
# added or changed files to the repository.
20+
contents: write
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
@@ -65,10 +65,7 @@ jobs:
6565
platforms: linux/amd64,linux/arm64
6666
tags: wurstbrot/dsomm:${{ steps.get-version.outputs.version }},wurstbrot/dsomm:latest
6767
- uses: actions/checkout@v3
68-
69-
# Run steps that make changes to the local repo here.
70-
71-
# Commit all changed files back to the repository
68+
# Commit all changed files back to the repository with code signing
7269
- uses: planetscale/ghcommit-action@v0.1.8
7370
with:
7471
commit_message: "🤖 fmt"

0 commit comments

Comments
 (0)