Skip to content

Commit 7780294

Browse files
committed
typo in build script
1 parent 9cbe248 commit 7780294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
ZIP_PATH="$(pwd)/rust/binaries/CCardano.binaries.zip"
4141
VERSION=$(sed -n "s|[[:blank:]]*s\.version[[:blank:]]*=[[:blank:]]*[\"']\([0-9\.]*\)[\"']|\1|p" Cardano-Binaries.podspec)
42-
NEXTVERSION=$(echo "${VERSION}" | awk -F. -v OFS=. '{$NF=$NF+1;print}')
42+
NEXT_VERSION=$(echo "${VERSION}" | awk -F. -v OFS=. '{$NF=$NF+1;print}')
4343
sed -i '' "s|[[:blank:]]*s\.source.*|s.source = { :http => 'file://${ZIP_PATH}' \}|g" Cardano-Binaries.podspec
4444
sed -i '' "s|[[:blank:]]*s\.version.*|s.version = '${NEXT_VERSION}'|g" Cardano-Binaries.podspec
4545
pod repo push local Cardano-Binaries.podspec

0 commit comments

Comments
 (0)