diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b666056..60ee3c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,8 @@ on: - "*" jobs: - init: + init-release: + name: Initialize release runs-on: ubuntu-latest outputs: release-version: ${{ steps.init.outputs.release-version }} @@ -25,9 +26,9 @@ jobs: echo "targets=${TARGETS}" >> "$GITHUB_OUTPUT" build-release: - name: build-release + name: Build release runs-on: ${{ matrix.os }} - needs: init + needs: init-release env: STAGING: remindee-bot-${{ needs.init.outputs.release-version }}-${{ matrix.target }} BINARY_PATH: target/${{ matrix.target }}/release/${{ matrix.binary }} @@ -122,7 +123,7 @@ jobs: create-release: name: create-release - needs: [init, build-release] + needs: build-release runs-on: ubuntu-latest strategy: matrix: @@ -159,6 +160,7 @@ jobs: publish-crate: name: Publish tagged release on crates.io + needs: create-release runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/Cargo.lock b/Cargo.lock index e5e6b31..0b3605d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2482,7 +2482,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "remindee-bot" -version = "0.2.8" +version = "0.2.9" dependencies = [ "async-std", "async_once", diff --git a/Cargo.toml b/Cargo.toml index 6a6d93f..380153c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remindee-bot" -version = "0.2.8" +version = "0.2.9" authors = ["Nikolai Oplachko "] edition = "2021" license = "GPL-3.0-only" diff --git a/docs/conf.py b/docs/conf.py index dc180e2..4e22cf2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "remindee-bot" copyright = "2024, Nikolai Oplachko" author = "Nikolai Oplachko" -release = "0.2.8" +release = "0.2.9" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration