Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete unnessary git add commands #44

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ jobs:
git config user.name ${{ secrets.BALLERINA_BOT_USERNAME }}
git config user.email ${{ secrets.BALLERINA_BOT_EMAIL }}
git checkout -b release-${VERSION}
sed -i 's/\(.*\)tool-mi-cli-\(.*\)-SNAPSHOT.jar"/\1tool-mi-cli-${VERSION}-SNAPSHOT.jar"/g' tool/tool-mi/BalTool.toml
sed -i 's/\(.*\)mi-compiler-plugin-\(.*\)-SNAPSHOT.jar"/\1mi-compiler-plugin-${VERSION}-SNAPSHOT.jar"/g' ballerina/CompilerPlugin.toml
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
Loading