FIx release
Some checks failed
CI / Typos (pull_request) Successful in 7s
CI / Clippy (pull_request) Successful in 49s
CI / Check version (pull_request) Failing after 4s
CI / Build and test (pull_request) Successful in 58s

This commit is contained in:
2025-05-04 10:32:11 -07:00
parent 3e1130a3b5
commit f8e40daba6
3 changed files with 13 additions and 12 deletions

View File

@ -6,14 +6,15 @@ on:
- main
workflow_dispatch:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
api_key: '${{secrets.RELEASE_TOKEN}}'
id: use-go-action
uses: https://gitea.com/actions/release-action@main
with:
api_key: '${{secrets.RELEASE_TOKEN}}'

2
Cargo.lock generated
View File

@ -306,7 +306,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "pick"
version = "0.0.2"
version = "0.0.3"
dependencies = [
"anstyle",
"anyhow",

View File

@ -1,6 +1,6 @@
[package]
name = "pick"
version = "0.0.2"
version = "0.0.3"
edition = "2024"
#