Skip to content

Commit

Permalink
chore: adding echo to display the tag in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Jul 4, 2022
1 parent f36025b commit 9039137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ jobs:
- id: get-tag
run: |
tag=$(go run .github/scripts/determine_simd_tag.go -ref "${{ github.event.push.ref }}" -pr "${{ github.event.pull_request.number }}" )
echo "Using tag $tag"
echo "::set-output name=simd-tag::$tag"
Expand Down

0 comments on commit 9039137

Please sign in to comment.