Fix release #2

Merged
Mark merged 1 commits from v2 into main 2025-05-04 10:32:55 -07:00
3 changed files with 13 additions and 12 deletions

View File

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

2
Cargo.lock generated
View File

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

View File

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