Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out incubating artifact #41

Merged
Prev Previous commit
Next Next commit
Fix check for diff check
  • Loading branch information
jack-berg committed Dec 15, 2023
commit 30761af5c42ecc81ac7b05cacf8ad6ad7ea629fa
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,8 @@ jobs:
- name: Check for diff
run: |
# need to "git add" in case any generated files did not already exist
git add src
# select files from both /semconv and /semconv-incubating
git add semconv**
if git diff --cached --quiet
then
echo "No diff detected."