Skip to content

Commit

Permalink
Align release action with what is used in liquid CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cnixbtc committed Sep 3, 2024
1 parent 1bf4d21 commit 1731932
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,14 @@ jobs:
- name: Release and attach XCFramework binary artifact
if: ${{ inputs.publish }}
uses: ncipollo/release-action@v1
uses: softprops/action-gh-release@v2
with:
repo: breez/breez-sdk-swift
tag: ${{ inputs.package-version }}
repository: breez/breez-sdk-swift
files: |
breez-sdk/libs/sdk-bindings/bindings-swift/breez_sdkFFI.xcframework.zip
tag_name: ${{ inputs.package-version }}
generate_release_notes: false
token: ${{ secrets.SWIFT_RELEASE_TOKEN }}
name: ${{ inputs.package-version }}
artifacts: "breez-sdk/libs/sdk-bindings/bindings-swift/breez_sdkFFI.xcframework.zip"
prerelease: true

- name: Push update to Cocoapods trunk
Expand Down

0 comments on commit 1731932

Please sign in to comment.