Skip to content

Commit 231a5e9

Browse files
committed
feat: enhance signing description
1 parent 4546078 commit 231a5e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
branch: 'master'
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
# Commit all changed files back to the repository
29-
- uses: planetscale/[email protected]
30-
with:
31-
commit_message: "🤖 fmt"
32-
repo: ${{ github.repository }}
33-
branch: ${{ github.head_ref || github.ref_name }}
34-
env:
35-
GITHUB_TOKEN: ${{secrets.ACCESS_TOKEN}}
3628
- name: Get Semantic Release Version
3729
id: get-version
3830
run: echo "::set-output name=version::$(grep -oP '\[\d+\.\d+\.\d+\]' CHANGELOG.md | tr -d '[]')"
@@ -66,3 +58,11 @@ jobs:
6658
push: true
6759
platforms: linux/amd64,linux/arm64
6860
tags: wurstbrot/dsomm:${{ steps.get-version.outputs.version }},wurstbrot/dsomm:latest
61+
# Commit all changed files back to the repository
62+
- uses: planetscale/[email protected]
63+
with:
64+
commit_message: "🤖 fmt"
65+
repo: ${{ github.repository }}
66+
branch: ${{ github.head_ref || github.ref_name }}
67+
env:
68+
GITHUB_TOKEN: ${{secrets.ACCESS_TOKEN}}

0 commit comments

Comments
 (0)