Skip to content

Commit 3d9194c

Browse files
authored
fix(ci): Fix pub warnings (#15)
1 parent 7b23d2e commit 3d9194c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-please.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Remove the submodule
5555
working-directory: ios/Classes
56-
run: rm -rf confidence-sdk
56+
run: rm -rf confidence-sdk && git rm -r --cached .
5757

5858
- name: Setup Pub Credentials
5959
shell: bash

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.4"}
1+
{".":"0.0.3"}

0 commit comments

Comments
 (0)