fix version name

This commit is contained in:
Your Name 2024-01-14 22:57:45 -05:00 committed by Henri Dickson
parent 0fe8e136a8
commit c74754ca4e
3 changed files with 5 additions and 3 deletions

View file

@ -32,7 +32,7 @@ jobs:
REF_NAME: ${{ github.ref_name }}
run: |
echo '__version__ = "'$REF_NAME'"' > boofilsic/__init__.py
echo '__neodb_version__ = "'$REF_NAME'"' >> neodb-takahe/takahe/__init__.py
echo '__version__ = "'$REF_NAME'"' > neodb-takahe/takahe/neodb.py
- name: Send Discord notification
uses: appleboy/discord-action@master

View file

@ -34,7 +34,9 @@ jobs:
- name: Overwrite version in code
env:
REF_NAME: ${{ github.ref_name }}
run: echo '__version__ = "'$REF_NAME'"' > boofilsic/__init__.py
run: |
echo '__version__ = "'$REF_NAME'"' > boofilsic/__init__.py
echo '__version__ = "'$REF_NAME'"' > neodb-takahe/takahe/neodb.py
- name: Send Discord notification
uses: appleboy/discord-action@master

@ -1 +1 @@
Subproject commit 73aa2939054cbdf62b3e3344f3199d9bb8787c76
Subproject commit 3478c3cb552d20cffbc34b57b1b1ef0e25e66337