Skip to content

Commit

Permalink
add debug lines for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
biosafetylvl5 committed Aug 14, 2024
1 parent 4c2d8db commit ca1453d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-commit-release-note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Extract version
shell: bash
run: |
echo git tag
echo git tag --sort=-creatordate
echo git tag --sort=-creatordate | grep -v osr
echo git tag --sort=-creatordate | grep -v osr | head -n 1
export GEOIPS_VERS=`git -C . tag --sort=-creatordate | grep -v osr | head -n 1`
echo "version=$GEOIPS_VERS" >> $GITHUB_OUTPUT
echo "Version is $GEOIPS_VERS"
Expand Down

0 comments on commit ca1453d

Please sign in to comment.