Skip to content

Commit 4085faa

Browse files
committed
feat: enhance signing description
1 parent f17de7e commit 4085faa

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
persist-credentials: false # This is important if you have branch protection rules!
2222
- name: Semantic Release
23-
continue-on-error: true
2423
uses: cycjimmy/semantic-release-action@v4
2524
with:
2625
branch: 'master'
@@ -34,15 +33,6 @@ jobs:
3433
run: |
3534
echo "Semantic Release Version: ${{ steps.get-version.outputs.version }}"
3635
37-
# Commit all changed files back to the repository
38-
- uses: planetscale/ghcommit-action@v0.1.6
39-
with:
40-
commit_message: "🤖 fmt"
41-
repo: ${{ github.repository }}
42-
branch: ${{ github.head_ref || github.ref_name }}
43-
env:
44-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
45-
4636
- name: setup qemu for multi-arch build
4737
uses: docker/setup-qemu-action@v2
4838
with:
@@ -68,5 +58,11 @@ jobs:
6858
push: true
6959
platforms: linux/amd64,linux/arm64
7060
tags: wurstbrot/dsomm:${{ steps.get-version.outputs.version }},wurstbrot/dsomm:latest
71-
72-
- uses: actions/checkout@v3
61+
# Commit all changed files back to the repository
62+
- uses: planetscale/ghcommit-action@v0.1.6
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)