Skip to content

Commit cdad3e2

Browse files
author
DominicGBauer
committed
chore: change action to run on push
1 parent 0e2ce03 commit cdad3e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/temp-spm-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
on: workflow_dispatch
1+
on:
2+
push:
23
name: "temp test spm"
34
jobs:
45
build:

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
.binaryTarget(
1919
name: packageName,
2020
url: "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v0.3.0/powersync-sqlite-core.xcframework.tar.gz",
21-
checksum: "65e09557520aabadfd5897c59a7b5e542f85a6c161b546dcb58109f63e0478e7"
21+
checksum: "SHOULD BE UPDATED BY GITHUB ACTION"
2222
)
2323
]
2424
)

0 commit comments

Comments
 (0)