Skip to content

Commit

Permalink
Update shared library url
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-Fabi committed Oct 8, 2023
1 parent 7e445ce commit 93c0cf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
uses: extractions/netrc@v1
with:
machine: maven.pkg.github.com
username: ${{ secrets.NETRC_USERNAME }}
password: ${{ secrets.NETRC_TOKEN }}
username: cirunner
password: ${{ secrets.GITHUB_TOKEN }}

- name: Setup xcodegen and init xcode project
uses: xavierLowmiller/xcodegen-action@1.1.2
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ fileGroups:

packages:
shared:
url: https://github.com/DatepollSystems/waiterrobot-mobile_android-shared.git
version: "1.0.6"
url: https://github.com/DatepollSystems/WaiterRobot-Shared-Android.git
version: "1.1.3"
UIPilot:
url: https://github.com/canopas/UIPilot.git
from: 1.3.1
Expand Down

0 comments on commit 93c0cf8

Please sign in to comment.