Skip to content

Commit

Permalink
Fix head error
Browse files Browse the repository at this point in the history
  • Loading branch information
hiletmis authored Feb 20, 2024
1 parent 8bbc359 commit ae24d50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deployfe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,10 @@ jobs:

- name: Commit version
uses: stefanzweifel/git-auto-commit-action@v5
id: auto-commit-version
if: steps.check_files.outputs.files_exists == 'true'
if: steps.check_files.outputs.files_exists == 'true' && steps.auto-commit-action.outputs.changes_detected == 'false'
with:
commit_message: Update version
commit_options: '--no-verify --signoff'
push_options: '--set-upstream origin main'

- name: Create Release
if : steps.check_files.outputs.files_exists == 'true' && (github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'release'))
Expand Down

0 comments on commit ae24d50

Please sign in to comment.