Skip to content

Commit

Permalink
fixing auto build?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixitxachitl committed Aug 4, 2023
1 parent 0afb4b2 commit 93a85a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Version
run: |
chmod +x /home/runner/work/Pywiki-Lite/Pywiki-Lite/src/pywiki_lite.py
echo "name=version::$(/home/runner/work/Pywiki-Lite/Pywiki-Lite/src/pywiki_lite.py --version) >> $GITHUB_OUTPUT"
echo "VERSION=$(/home/runner/work/Pywiki-Lite/Pywiki-Lite/src/pywiki_lite.py --version)" >> $GITHUB_ENV
id: version

- name: Release
Expand All @@ -51,7 +51,7 @@ jobs:
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
release_name: ${{ env.VERSION }}
tag_name: ${{ github.run_number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 93a85a1

Please # to comment.