Skip to content

Commit

Permalink
🚀 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Jan 9, 2024
1 parent 05b2a7e commit 82d4bfc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 38 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
needs:
- check_release
- build_release_assets
- community_notify
steps:
- run: exit 0

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.1
v1.6.2
4 changes: 1 addition & 3 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
v1.6.1

- [x] ♻️ Network
v1.6.2

0 comments on commit 82d4bfc

Please sign in to comment.