Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rashadatjou committed Aug 31, 2023
1 parent 54a4c85 commit a0e04c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
description: 'New Version'
default: '4.0.0'
required: true

jobs:
updatePackageSwift:
runs-on: macos-latest
Expand All @@ -29,5 +29,6 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: '[Release] Confirm New Version'
title: 'release: ${{github.event.inputs.newVersion}}'
branch: 'release/${{github.event.inputs.newVersion}}'
base: main
3 changes: 2 additions & 1 deletion Scripts/UpdateManifests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ echo "Updaing FlowplayerSDK.podspec..."
sed -E -i '' 's/VERSION = ".+"/VERSION = "'$NEW_VERSION\"/ FlowplayerSDK.podspec

# delete downloaded zip file
rm $BINARY_NAME
rm $BINARY_NAME
rm Package.swift-E

0 comments on commit a0e04c2

Please sign in to comment.