Skip to content

Commit

Permalink
Merge pull request #11 from AzeemMuzammil/fb-connector-implementation
Browse files Browse the repository at this point in the history
Ignore target dir
  • Loading branch information
AzeemMuzammil authored Nov 17, 2023
2 parents 523d1dd + cb65aa1 commit db25bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -9,7 +9,7 @@ jobs:
call_workflow:
name: Run Release Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-connector-template.yml@ThisaruGuruge-patch-1
uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-connector-template.yml@main
secrets: inherit
with:
package-name: candid
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ replay_pid*

# Ignore Gradle build output directory
build
target

0 comments on commit db25bb4

Please sign in to comment.