diff --git a/action.yaml b/action.yaml index 7bbe53d..e2679b4 100644 --- a/action.yaml +++ b/action.yaml @@ -64,8 +64,7 @@ runs: working-directory: ${{ inputs.WORKING_DIR }} run: | git checkout -b $RELEASE_VERSION - git add * - git commit -m "$RELEASE_VERSION" + git commit -am "$RELEASE_VERSION" git push --set-upstream origin $RELEASE_VERSION gh pr create --base main -f