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 e6ca35d commit 51b2715Copy full SHA for 51b2715
.github/workflows/update-swift-version.yml
@@ -35,6 +35,7 @@ jobs:
35
tar zxf "swiftly-$UNAME.tar.gz"
36
latest=$(./swiftly list-available main-snapshot | grep main-snapshot | head -n 1 | awk '{print $1}')
37
echo -n "$latest" > .swift-version
38
+ git diff .swift-version
39
if [[ -z "$(git status --porcelain .swift-version)" ]]; then
40
echo "No changes. Exiting."
41
exit 78 # neutral exit status
0 commit comments