Skip to content

Commit

Permalink
Print tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparks29032 committed Jan 20, 2024
1 parent b6e3fb5 commit ed42044
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
repository: diffpy/diffpy.utils
path: .
- name: get tags
run: git fetch --tags origin
run: |
git describe --tags
git fetch --tags origin
git describe --tags
- name: initialize miniconda
# this uses a marketplace action that sets up miniconda in a way that makes
Expand Down

0 comments on commit ed42044

Please sign in to comment.