Skip to content

Commit

Permalink
Enderer på placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
leiferikbjorkli committed Sep 5, 2023
1 parent cdf761c commit b203108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-custom-codepush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
targetVersion:
description: 'Versjonsnavn fra AppCenter, feks: 1.0.0-<branchname>'
required: true
default: '1.0.0-appcenter_script'
default: '1.0.0-appcenter-script'
jobs:
build_codepush:
runs-on: macos-13
Expand Down
2 changes: 1 addition & 1 deletion appcenter-pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ "$APPCENTER_BRANCH" != "master" ]; then
echo "Setting Android version to $new_version"
sed -i '' "s/versionName \"$current_version\"/versionName \"$new_version\"/" "$APPCENTER_SOURCE_DIRECTORY/android/app/build.gradle"
fi
fi
fi

0 comments on commit b203108

Please sign in to comment.