more typos

pull/1118/head
Willy 2023-02-01 22:26:33 +01:00
parent 2857a10f54
commit 9137e8f85d
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
echo "is_release=false" >> $GITHUB_OUTPUT echo "is_release=false" >> $GITHUB_OUTPUT
fi fi
# this will be v1.2.3 for on-tag builds and v1.2.3-numberofcommits-sha for off-tag builds # this will be v1.2.3 for on-tag builds and v1.2.3-numberofcommits-sha for off-tag builds
echo "version=$LAST_TAG" >> $GITHUB_OUTPUT echo "version=$TAG" >> $GITHUB_OUTPUT
shell: bash shell: bash
- name: show data results - name: show data results
run: | run: |