Skip to content

Commit b4695cd

Browse files
committed
fix typo
Signed-off-by: Martijn Govers <[email protected]>
1 parent 26c35de commit b4695cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
files: |
149149
./wheelhouse/*
150-
tag_name: v${{ steps.tag.outputs.tag }}
150+
tag_name: ${{ steps.tag.outputs.tag }}
151151
prerelease: ${{github.ref != 'refs/heads/main'}}
152152
generate_release_notes: true
153153
target_commitish: ${{ github.sha }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# download the latest release
7373
latest: true
7474
# don't download pre-releases
75-
preRelease: false
75+
preRelease: true # TODO(mgovers): revert back to false
7676
fileName: "*"
7777
# don't download GitHub-generated source tar and zip files
7878
tarBall: false

0 commit comments

Comments
 (0)