diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 1454e55..985090d 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -15,7 +15,7 @@ jobs: - name: Extract Version id: extract_version run: | - VERSION=$(grep 'Version:' clique.sfd | awk '{print $2}') + VERSION=$(grep 'Version:' clique.sfd | awk '{print $2}' | sed 's/^0*//') echo "VERSION=$VERSION" >> $GITHUB_ENV - name: Package Generated Fonts