Skip to content

Commit

Permalink
Try to fix innosetup
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Oct 13, 2023
1 parent a1681f8 commit fea1df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: dist/ms2rescore/ms2rescore.exe

- name: Run Inno Setup
run: ISCC.exe ./ms2rescore_innosetup.iss /DMyAppVersion=$(ms2rescore -v)
run: ISCC.exe ./ms2rescore_innosetup.iss /DMyAppVersion=${{ github.ref_name }}

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion ms2rescore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MS²Rescore: Sensitive PSM rescoring with predicted MS² peak intensities and RTs."""

__version__ = "3.0.0b3"
__version__ = "3.0.0b4"

from warnings import filterwarnings

Expand Down

0 comments on commit fea1df1

Please sign in to comment.