Skip to content

Commit

Permalink
chore(generate.yml): remove unnecessary git add commands and add all …
Browse files Browse the repository at this point in the history
…changes for commit

feat(generate.yml): remove liquibase zip file after moving liquibase folder to bin for cleanup and optimization
  • Loading branch information
jandroav committed Mar 5, 2024
1 parent 3b8737d commit a5e467d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
unzip liquibase-${{ inputs.liquibase-version }}.zip -d liquibase
rm -rf ./bin/liquibase
mv liquibase ./bin
rm -rf liquibase-${{ inputs.liquibase-version }}.zip
- name: Configure git user
run: |
Expand All @@ -73,8 +74,7 @@ jobs:
continue-on-error: true
run: |
git pull
git add proto-commands
git add bin
git add .
git commit -m "Generated protobuf files for liquibase version ${{ inputs.liquibase-version }}"
git push
env:
Expand Down

0 comments on commit a5e467d

Please sign in to comment.