Skip to content

Commit

Permalink
Merge pull request #44 from KavinduZoysa/change-release-yml
Browse files Browse the repository at this point in the history
Delete unnessary git add commands
  • Loading branch information
KavinduZoysa authored Jun 28, 2024
2 parents 5d20bad + 3505de2 commit 03445b0
Showing 1 changed file with 0 additions and 4 deletions.
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

0 comments on commit 03445b0

Please sign in to comment.