Skip to content

Commit

Permalink
ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan committed Jan 10, 2024
1 parent 5cba6d6 commit aaaab7c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_wheels_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- name: Determine Release Tag
id: get_release_tag
run: |
git status
git branch
git checkout main
git status
git branch
echo "git status" && git status
echo "git branch" && git branch
echo "git fetch origin" && git fetch origin
echo "git checkout main" && git checkout main
echo "git status" && git status
echo "git branch" && git branch
release_tag=$(git describe --tags --abbrev=0)
echo "::set-output name=release_tag::$release_tag"
Expand Down

0 comments on commit aaaab7c

Please sign in to comment.