Skip to content

Commit

Permalink
feat: enhance signing description
Browse files Browse the repository at this point in the history
  • Loading branch information
wurstbrot committed Nov 9, 2023
1 parent f17de7e commit 4085faa
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
with:
persist-credentials: false # This is important if you have branch protection rules!
- name: Semantic Release
continue-on-error: true
uses: cycjimmy/semantic-release-action@v4
with:
branch: 'master'
Expand All @@ -34,15 +33,6 @@ jobs:
run: |
echo "Semantic Release Version: ${{ steps.get-version.outputs.version }}"
# 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.GITHUB_TOKEN}}

- name: setup qemu for multi-arch build
uses: docker/setup-qemu-action@v2
with:
Expand All @@ -68,5 +58,11 @@ jobs:
push: true
platforms: linux/amd64,linux/arm64
tags: wurstbrot/dsomm:${{ steps.get-version.outputs.version }},wurstbrot/dsomm:latest

- uses: actions/checkout@v3
# 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}}

0 comments on commit 4085faa

Please sign in to comment.