mirror of
https://github.com/kristoferssolo/filecaster.git
synced 2026-02-04 05:52:03 +00:00
chore: package derive lib
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user