Skip to content

Commit 51b2715

Browse files
committed
wip
1 parent e6ca35d commit 51b2715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-swift-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
tar zxf "swiftly-$UNAME.tar.gz"
3636
latest=$(./swiftly list-available main-snapshot | grep main-snapshot | head -n 1 | awk '{print $1}')
3737
echo -n "$latest" > .swift-version
38+
git diff .swift-version
3839
if [[ -z "$(git status --porcelain .swift-version)" ]]; then
3940
echo "No changes. Exiting."
4041
exit 78 # neutral exit status

0 commit comments

Comments
 (0)