Update workflow

This commit is contained in:
jayofelony
2024-02-26 08:56:37 +01:00
parent 6082a0c169
commit 60ced12ea5

View File

@ -18,7 +18,7 @@ jobs:
id: get_version
run: |
VERSION=$(cut -d "'" -f2 < pwnagotchi/_version.py)
echo "VERSION=v$VERSION" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Get latest tag
uses: actions-ecosystem/action-get-latest-tag@v1