Allow a v-prefixed version
This commit is contained in:
2
.github/workflows/Crate-publishing.yml
vendored
2
.github/workflows/Crate-publishing.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user