Skip to content

Commit

Permalink
ci: fix publish-spm workflow to include Bitcoin.swift in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Sep 6, 2024
1 parent ebe86b7 commit 3fa636d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-spm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
echo url = ${{ env.BDKFFIURL }}
sed "s/BDKFFICHECKSUM/${BDKFFICHECKSUM}/;s/BDKFFIURL/${BDKFFIURL}/" Package.swift.txt > ../../dist/Package.swift
cp Sources/BitcoinDevKit/BitcoinDevKit.swift ../../dist/Sources/BitcoinDevKit/BitcoinDevKit.swift
cp Sources/BitcoinDevKit/Bitcoin.swift ../../dist/Sources/BitcoinDevKit/Bitcoin.swift
cd ../../dist
git add Sources/BitcoinDevKit/BitcoinDevKit.swift
git add Sources/BitcoinDevKit/Bitcoin.swift
git add Package.swift
git commit -m "Update BitcoinDevKit.swift and Package.swift for release ${{ inputs.version }}"
git push
Expand Down

0 comments on commit 3fa636d

Please sign in to comment.