From a4b708abe20233e3428d5d7fc37be619f8651e2a Mon Sep 17 00:00:00 2001 From: Folyd Date: Wed, 11 May 2022 21:29:19 +0800 Subject: [PATCH] Release 0.5.0 --- .github/workflows/release.yaml | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f08b0b..57b3dc1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,9 +30,9 @@ jobs: title: $version env: GITHUB_TOKEN: ${{ secrets.TOKEN }} - # - run: cargo publish - # env: - # CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} + - run: cargo publish + env: + CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} upload-assets: name: ${{ matrix.target }} diff --git a/Cargo.toml b/Cargo.toml index bc30c61..bd27658 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zine" -version = "0.4.0" +version = "0.5.0" description = "A simple and opinionated tool to build your own magazine." authors = ["Folyd"] homepage = "https://github.com/zineland/zine"