Skip to content

Commit

Permalink
Did final test of archive version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Oct 17, 2024
1 parent dce154c commit 0b89d07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,12 @@ jobs:
run: tar xzf montepy.tar.gz
- name: Get version from archive
id: get_new_version
run: echo "old_version=`python -m setuptools_scm`" >> $GITHUB_OUTPUT
run: echo "new_version=`python -m setuptools_scm`" >> $GITHUB_OUTPUT
- name: Check match
run: echo foo
if (steps.get_version.output.old_version != steps.get_new_version.output.new_version)
run: |
echo "Versions didn't match"
exit 1
Expand Down

0 comments on commit 0b89d07

Please sign in to comment.