Allow a v-prefixed version

This commit is contained in:
mio
2025-02-13 19:20:43 +08:00
parent dea3c376d0
commit 967dbc4179
3 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ jobs:
cargo test
- name: '📦 Cargo Publish'
if: startsWith(github.ref, 'refs/tags') && contains(matrix.config.os, 'ubuntu')
if: startsWith(github.ref, 'refs/tags') && !startsWith(github.ref, 'refs/tags/v') && contains(matrix.config.os, 'ubuntu')
env:
TOKEN: ${{ secrets.cratesio_token }}
UNICORN_VERSION: dev