Skip to content

Commit

Permalink
Change default author
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Mar 28, 2024
1 parent 3a72feb commit 2b2503f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
id: commit
uses: EndBug/[email protected]
with:
default_author: github_actions
message: Bumping version to v${{ steps.which_version.outputs.version }} [skip ci]

build_macos:
Expand Down Expand Up @@ -162,7 +161,7 @@ jobs:
- name: Setup alpine dependencies
if: ${{ startsWith(matrix.image, 'alpine') }}
shell: sh
run: |
run: |
apk add libgcc \
curl \
build-base \
Expand Down

0 comments on commit 2b2503f

Please sign in to comment.