Skip to content
This repository was archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Remove crate publish from release-post-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
diserere authored Jun 9, 2020
1 parent bc3d55c commit 66371cc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release-post-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ on:
types: [published]

jobs:
cargo-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo --version
- run: rustc --version
- run: cargo publish --verbose
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

send-discord-msg:
needs: cargo-publish
runs-on: ubuntu-latest
steps:
- name: Discord notification
Expand Down

0 comments on commit 66371cc

Please sign in to comment.