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 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'
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/[email protected] 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 :
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/[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}}
You can’t perform that action at this time.
0 commit comments