Skip to content

Commit

Permalink
Pin Semantic Convention tool to v0.2.1 (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisthat authored Jan 27, 2021
1 parent 2aa9d24 commit 67aebda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: verify semantic convention tables
run: docker run --rm -v $(pwd)/semantic_conventions:/source -v $(pwd)/specification:/spec otel/semconvgen -f /source markdown -md /spec --md-check
run: docker run --rm -v $(pwd)/semantic_conventions:/source -v $(pwd)/specification:/spec otel/semconvgen:0.2.1 -f /source markdown -md /spec --md-check

0 comments on commit 67aebda

Please sign in to comment.