Skip to content

Commit

Permalink
Merge pull request #5790 from ballerina-platform/ThisaruGuruge-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge authored Nov 16, 2023
2 parents b77bba1 + 95eb60c commit 6167bd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-package-connector-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ jobs:
run: echo "VERSION=$((grep -w 'version' | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV

- name: Remove Target Directory
run: sudo rm -rf ballerina/target
run: |
sudo rm -rf ballerina/target
sudo rm -rf ballerina/build
- name: Publish Package
env:
Expand Down

0 comments on commit 6167bd7

Please sign in to comment.