Skip to content

Commit

Permalink
Remove autocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 committed Oct 9, 2024
1 parent 79eb752 commit 3fd1cd1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/linutil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ jobs:
mv build/x86_64-unknown-linux-musl/release/linutil build/linutil
mv build/aarch64-unknown-linux-musl/release/linutil build/linutil-aarch64
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Commit Linutil
file_pattern: "build/linutil build/linutil-aarch64"
add_options: '--force'
if: success()

- name: Extract Version
id: extract_version
run: |
Expand Down

0 comments on commit 3fd1cd1

Please sign in to comment.