diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index ec13cd6..f50f132 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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}}' \ No newline at end of file + id: use-go-action + uses: https://gitea.com/actions/release-action@main + with: + api_key: '${{secrets.RELEASE_TOKEN}}' \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 2879e5d..8788a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pick" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e59d653..40500de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pick" -version = "0.0.2" +version = "0.0.3" edition = "2024" #