Skip to content

Commit

Permalink
Fixed create_github_release CI job.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
  • Loading branch information
danschef committed Apr 9, 2020
1 parent 4b114ab commit 50825aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ create_github_release:
dependencies:
- test_arosics
script:
- bash create_release_from_gitlab_ci.sh # uses environment variables set in the UI
- bash ./.github/create_release_from_gitlab_ci.sh # uses environment variables set in the UI
only:
- /^v\d+\.\d+\.\d+([abc]\d*)?$/ # PEP-440 compliant version (tags)
except:
Expand Down
4 changes: 2 additions & 2 deletions arosics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.


__version__ = '0.9.15'
__versionalias__ = '2020-04-09_01'
__version__ = '0.9.16'
__versionalias__ = '2020-04-09_02'

0 comments on commit 50825aa

Please sign in to comment.