We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab1499 commit d1ac92aCopy full SHA for d1ac92a
Tools/pushSPM.sh
@@ -8,6 +8,7 @@ git checkout -b release/$RELEASE_VERSION
8
git restore --staged .
9
git add Package.swift
10
git commit -m 'update spm'
11
+git pull origin release/$RELEASE_VERSION
12
git push --set-upstream origin release/$RELEASE_VERSION
13
git tag -f `cat sdk-version.txt`
14
git push -f origin `cat sdk-version.txt`
0 commit comments