diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index f68c53e..2a27968 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -16,7 +16,6 @@ jobs: needs: - check_release - build_release_assets - - community_notify steps: - run: exit 0 @@ -325,36 +324,3 @@ jobs: cd ci cargo run --bin upload-asset - community_notify: - name: community notify - runs-on: ubuntu-latest - needs: - - build_release_assets - env: - TG_BOT_TOKEN: ${{ secrets.TG_BOT_TOKEN }} - TG_CHAT_IDS: ${{ secrets.TG_CHAT_IDS }} - DISCORD_BOT_TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }} - DISCORD_CHAT_IDS: ${{ secrets.DISCORD_CHAT_IDS }} - steps: - - - name: Cargo cache - uses: actions/cache@v3 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - key: ${{ runner.os }}-cargo- - - - name: Install rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: ${{ env.RUST_TOOLCHAIN }} - - - name: Checkout - uses: actions/checkout@v3 - - - run: | - cd ci - cargo run --bin community-notify diff --git a/ci/version.code.txt b/ci/version.code.txt index 69fd868..d4f6e2c 100644 --- a/ci/version.code.txt +++ b/ci/version.code.txt @@ -1 +1 @@ -v1.6.1 \ No newline at end of file +v1.6.2 diff --git a/ci/version.info.txt b/ci/version.info.txt index 8b94980..d4f6e2c 100644 --- a/ci/version.info.txt +++ b/ci/version.info.txt @@ -1,3 +1 @@ -v1.6.1 - -- [x] ♻️ Network +v1.6.2