Skip to content

Commit

Permalink
chore: attempt to work in labs-air portion of the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerromie committed Apr 29, 2022
1 parent 8ee4edb commit dff1bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git symbolic-ref -q HEAD || (echo Head is detached && git switch -)
git symbolic-ref -q HEAD || (echo HEAD is detached && git switch - || echo Could not switch)
DEFAULT_BRANCH=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
echo The default branch is "${DEFAULT_BRANCH}"
Expand Down

0 comments on commit dff1bd3

Please sign in to comment.