File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
persist-credentials : false # This is important if you have branch protection rules!
22
22
- name : Semantic Release
23
- continue-on-error : true
24
23
uses : cycjimmy/semantic-release-action@v4
25
24
with :
26
25
branch : ' master'
34
33
run : |
35
34
echo "Semantic Release Version: ${{ steps.get-version.outputs.version }}"
36
35
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
-
46
36
- name : setup qemu for multi-arch build
47
37
uses : docker/setup-qemu-action@v2
48
38
with :
68
58
push : true
69
59
platforms : linux/amd64,linux/arm64
70
60
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}}
You can’t perform that action at this time.
0 commit comments