Skip to content

Commit

Permalink
Commit missing files in release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KavinduZoysa committed Jun 28, 2024
1 parent 546ffcf commit 22d829d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
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 22d829d

Please sign in to comment.