Skip to content

Commit

Permalink
Fully auto versions work
Browse files Browse the repository at this point in the history
  • Loading branch information
MP3Martin authored Jul 16, 2021
1 parent 8ebc8f7 commit 55054d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Set env
- name: Get latest release version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Test
- name: Replace placeholder with version in __init__.py
run: |
echo $RELEASE_VERSION
VERSION=$(echo $RELEASE_VERSION)
Expand Down

0 comments on commit 55054d8

Please sign in to comment.