Skip to content

Commit

Permalink
Delete unnessary git add commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KavinduZoysa committed Jun 28, 2024
1 parent e9868e3 commit 3505de2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
git config user.email ${{ secrets.BALLERINA_BOT_EMAIL }}
git checkout -b release-${VERSION}
git add gradle.properties
git add tool/tool-mi/BalTool.toml
git add ballerina/CompilerPlugin.toml
git commit -m "Move dependencies to stable version" || echo "No changes to commit"
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 3505de2

Please sign in to comment.