Skip to content

Commit

Permalink
update version in package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtfh committed Nov 18, 2024
1 parent a579690 commit f81f0cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
run: |
cp -r WalletKitCore.xcframework target-repo/
cp -r Sources/ target-repo/
# Update version number in Package.swift
sed -i '' "s/\/\/ Current version is: [0-9]\+\.[0-9]\+\.[0-9]\+/\/\/ Current version is: ${{ github.event.release.tag_name }}/" Package.swift
cp Package.swift target-repo/
cd target-repo
git config --global user.email "github-actions[bot]@users.noreply.github.com"
Expand Down
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

import PackageDescription

// Current version is: 0.0.4

let package = Package(
name: "WalletKit",
platforms: [
Expand Down

0 comments on commit f81f0cc

Please sign in to comment.