Skip to content

Commit

Permalink
Merge pull request #12 from charliebudd/version-tagging
Browse files Browse the repository at this point in the history
Fixing tag finding
  • Loading branch information
charliebudd authored Mar 31, 2022
2 parents a682ac5 + 5a5e71f commit e37ea3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pytorch-extension-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
LOGS_REQUEST=$REQUEST_BASE/jobs/${JOB_IDS[0]}/logs
LOGS=$(curl -s -u $AUTH -H $HEADER $LOGS_REQUEST -L --output -)
TAG=$(echo "$LOGS" | grep "Job defined at: ${{ github.repository }}/.github/workflows/build-pytorch-extension-wheels.yml@" | grep -v "grep" | sed 's:.*/::' | tr -d '[:space:]')
TAG=$(echo "$LOGS" | grep "Job defined at: charliebudd/torch-extension-builder/.github/workflows/build-pytorch-extension-wheels.yml@" | grep -v "grep" | sed 's:.*/::' | tr -d '[:space:]')
echo "Tag: $TAG"
Expand Down

0 comments on commit e37ea3b

Please sign in to comment.