chore: package derive lib

This commit is contained in:
2025-07-15 16:36:59 +03:00
parent 60488d364e
commit 545b1d385f
6 changed files with 31 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
tags:
# Pattern syntax: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
- "v[0-9]+.[0-9]+.[0-9]+*"
- "v[0-9]*.[0-9]*.[0-9]*"
# Trigger this workflow manually via workflow dispatch.
workflow_dispatch:
inputs:
@@ -30,6 +30,8 @@ jobs:
timeout-minutes: 25
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- name: cargo-release Cache
id: cargo_release_cache
@@ -57,7 +59,7 @@ jobs:
# allow-branch HEAD is because GitHub actions switches
# to the tag while building, which is a detached head
run: |-
run: |
cargo release \
publish \
--workspace \