Browse Source

Fix release production

test_fixup
Vadim Lebedev 2 years ago
parent
commit
e607d7b08e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build-wheels.yaml

+ 2
- 2
.github/workflows/build-wheels.yaml View File

@@ -85,8 +85,8 @@ jobs:
with:
draft: false
prerelease: false
release_name: ${{ steps.version.outputs.version }}
tag_name: ${{ github.ref }}
release_name: Release ${{ steps.version.outputs.version }}
tag_name: V${{ steps.version.outputs.version }}
env:
GITHUB_TOKEN: ${{ github.token }}



Loading…
Cancel
Save