Skip to content

Commit f686906

Browse files
committed
Remove no longer needed just init command
1 parent 40c27d9 commit f686906

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-swift-package.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737

3838
- name: Build Swift bindings
3939
working-directory: build/bindings/nostr-sdk-ffi
40-
run: |
41-
just init
42-
just swift
40+
run: just swift
4341

4442
- name: Compress XCFramework
4543
working-directory: build/bindings/nostr-sdk-ffi/swift

0 commit comments

Comments
 (0)