diff --git a/.github/workflows/release-deploy.yml b/.github/workflows/release-deploy.yml index 2c86f91..ae0371c 100644 --- a/.github/workflows/release-deploy.yml +++ b/.github/workflows/release-deploy.yml @@ -9,7 +9,7 @@ on: description: 'New Version' default: '4.0.0' required: true - + jobs: updatePackageSwift: runs-on: macos-latest @@ -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 diff --git a/Scripts/UpdateManifests.bash b/Scripts/UpdateManifests.bash index 2298235..34b3937 100755 --- a/Scripts/UpdateManifests.bash +++ b/Scripts/UpdateManifests.bash @@ -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 \ No newline at end of file +rm $BINARY_NAME +rm Package.swift-E \ No newline at end of file