File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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 '[]')"
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}}
You can’t perform that action at this time.
0 commit comments