Skip to content

Commit

Permalink
chore: Disable crates.io publish task temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Jul 29, 2020
1 parent fbb253e commit a7d8a31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
target/release/kmon-${{ env.RELEASE_VERSION }}.sha256
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Publish on crates.io"
uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${{ secrets.CARGO_TOKEN }}
#- name: "Publish on crates.io"
# uses: actions-rs/cargo@v1
# with:
# command: publish
# args: --token ${{ secrets.CARGO_TOKEN }}
- name: Set up SSH for AUR
run: |
mkdir -p ~/.ssh
Expand Down

0 comments on commit a7d8a31

Please sign in to comment.