Skip to content

Commit

Permalink
Fix workflow publish-spm
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Nov 19, 2022
1 parent c58e632 commit bf386f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 105 deletions.
102 changes: 0 additions & 102 deletions .github/workflows/publish-spm.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion calculator-swift/Package.swift.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ let package = Package(
checksum: "CALCFFICHECKSUM"),
.target(
name: "Calculator",
dependencies: ["calculator"]),
dependencies: ["calculatorFFI"]),
.testTarget(
name: "CalculatorTests",
dependencies: ["Calculator"]),
Expand Down
5 changes: 3 additions & 2 deletions calculator-swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ swift test
If you are a maintainer of this project or want to build and publish this project to your
own Github repository use the following steps:

1. If it doesn't already exist, create a new `release/0.MINOR` branch from the `master` branch
2. Run the `publish-spm` workflow on Github for branch `release/0.MINOR` and version `0.MINOR.0`
1. If it doesn't already exist, create a new `release/0.MINOR` branch from the `master` branch.
2. Add a tag `v0.MINOR.0`.
3. Run the `publish-spm` workflow on Github from the `calculator-swift` repo for version `0.MINOR.0`.

[Swift]: https://developer.apple.com/swift/
[Xcode]: https://developer.apple.com/documentation/Xcode

0 comments on commit bf386f8

Please sign in to comment.