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 553d7ef commit 76004b6Copy full SHA for 76004b6
.github/workflows/release.yml
@@ -93,6 +93,7 @@ jobs:
93
run: |
94
git config user.name "Branch SDK Team"
95
git config user.email [email protected]
96
+ git pull
97
git commit carthage-files/checksum carthage-files/checksum_static -m'Updated checksums'
98
echo "::set-output name=sha::$(git rev-parse HEAD)"
99
# TODO: Version bump along the way, probably here.
0 commit comments