From 9b3f4670afaaf55e08d5ee173e868c76cb10f518 Mon Sep 17 00:00:00 2001 From: wucke13 Date: Fri, 24 Feb 2023 20:37:03 +0100 Subject: [PATCH] chore: Release rosenpass version 0.1.1-rc.3 --- .github/workflows/nix.yaml | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index 47e020b0..4f71b571 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -5,6 +5,7 @@ on: pull_request: push: branches: [main] + tags: ['v*'] jobs: build: @@ -58,7 +59,7 @@ jobs: path: ${{ matrix.derivation }}-${{ matrix.nix-system }} - name: Release uses: softprops/action-gh-release@v1 - if: github.ref_type == 'tag' && startsWith( github.ref_name, 'v') && contains(matrix.derivation, 'static') + if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v') && contains(matrix.derivation, 'static') with: files: | ${{ matrix.derivation }}-${{ matrix.nix-system }} diff --git a/Cargo.lock b/Cargo.lock index 76d3650c..1c6ff4b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,7 +865,7 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rosenpass" -version = "0.1.1-rc.2" +version = "0.1.1-rc.3" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 53133350..28bd4802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rosenpass" -version = "0.1.1-rc.2" +version = "0.1.1-rc.3" authors = ["Karolin Varner ", "wucke13 "] edition = "2021" license = "MIT OR Apache-2.0"