diff --git a/.github/workflows/flutter_release.yaml b/.github/workflows/flutter_release.yaml index 664e658..f338d43 100644 --- a/.github/workflows/flutter_release.yaml +++ b/.github/workflows/flutter_release.yaml @@ -16,6 +16,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 + - name: Checkout shelfsdk + uses: actions/checkout@v3 + with: + repository: Dr-Blank/shelfsdk + path: ./shelfsdk + - name: Set Up Java uses: actions/setup-java@v3.12.0 with: diff --git a/pubspec.lock b/pubspec.lock index 3a059cc..1ab445b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1105,11 +1105,9 @@ packages: shelfsdk: dependency: "direct main" description: - path: "." - ref: main - resolved-ref: f5e7db74c2aa367179f5b369407f88848a020c24 - url: "https://github.com/Dr-Blank/shelfsdk" - source: git + path: "../shelfsdk" + relative: true + source: path version: "1.0.0" shimmer: dependency: "direct main" diff --git a/pubspec.yaml b/pubspec.yaml index 9937c49..a351fb1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.0.1+1 +version: 0.0.2+1 environment: sdk: ">=3.3.4 <4.0.0" @@ -79,9 +79,7 @@ dependencies: scroll_loop_auto_scroll: ^0.0.5 sensors_plus: ^6.0.1 shelfsdk: - git: - url: https://github.com/Dr-Blank/shelfsdk - ref: main + path: ./shelfsdk shimmer: ^3.0.0 url_launcher: ^6.2.6 dev_dependencies: