Skip to content

Commit

Permalink
Merge pull request #50 from ballerina-platform/LakshanSS-patch-1
Browse files Browse the repository at this point in the history
Fix build command in release workflow
  • Loading branch information
LakshanSS authored Oct 14, 2021
2 parents 520a641 + 88f94d4 commit 736f686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ballerina-platform/ballerina-action@slbeta3
with:
args:
build -c ./netsuite --skip-tests
build -c --skip-tests ./netsuite
env:
NS_BASE_URL: ${{ secrets.BASEURL }}
NS_TOKEN_SECRET: ${{ secrets.TOKENSECRET }}
Expand Down

0 comments on commit 736f686

Please sign in to comment.