From 454607882a909ef5d7c3e5f2f14bcc0a6a43076e Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Thu, 9 Nov 2023 18:46:25 +0100 Subject: [PATCH] feat: enhance signing description --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3aefef6e..65a4939b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,14 @@ jobs: branch: 'master' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # Commit all changed files back to the repository + - uses: planetscale/ghcommit-action@v0.1.6 + with: + commit_message: "🤖 fmt" + repo: ${{ github.repository }} + branch: ${{ github.head_ref || github.ref_name }} + env: + GITHUB_TOKEN: ${{secrets.ACCESS_TOKEN}} - name: Get Semantic Release Version id: get-version run: echo "::set-output name=version::$(grep -oP '\[\d+\.\d+\.\d+\]' CHANGELOG.md | tr -d '[]')" @@ -58,11 +66,3 @@ jobs: push: true platforms: linux/amd64,linux/arm64 tags: wurstbrot/dsomm:${{ steps.get-version.outputs.version }},wurstbrot/dsomm:latest - # Commit all changed files back to the repository - - uses: planetscale/ghcommit-action@v0.1.6 - with: - commit_message: "🤖 fmt" - repo: ${{ github.repository }} - branch: ${{ github.head_ref || github.ref_name }} - env: - GITHUB_TOKEN: ${{secrets.ACCESS_TOKEN}} \ No newline at end of file