Skip to content

Commit

Permalink
Trying to get the right version number for automatic release (#1006)
Browse files Browse the repository at this point in the history
* Initial commit

* Change release title to TARDIS v[...]
  • Loading branch information
epassaro authored and wkerzendorf committed Jan 24, 2020
1 parent 741b18e commit f41f130
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Build and install TARDIS
shell: bash -l {0}
run: |
python setup.py install
git clone https://github.com/tardis.git tardis-repo-clone
cd tardis-repo-clone; python setup.py install
- name: Get TARDIS version number
shell: bash -l {0}
Expand All @@ -37,6 +38,6 @@ jobs:
uses: marvinpinto/action-automatic-releases@v0.2.2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
automatic_release_tag: ${{ env.VERSION }}
automatic_release_tag: v${{ env.VERSION }}
prerelease: True
title: ${{ env.VERSION }}
title: TARDIS v${{ env.VERSION }}

0 comments on commit f41f130

Please sign in to comment.