diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2529273..7c8d38e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -64,7 +64,7 @@ jobs: - name: Commit changes run: | git add action.yaml - git commit -m "chore: update image version ${{ steps.version.outputs.new-version }} in action.yaml" -author 'github-actions[bot] ' + git commit -m "chore: update image version ${{ steps.version.outputs.new-version }} in action.yaml" --author 'github-actions[bot] ' git push - name: Create Tag