Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Fix 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 26, 2020
1 parent 2472be6 commit 7e26c5d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@ jobs:
run: |
cp README.md lib
cp README.md cli
- name: cargo publish lib
uses: actions-rs/cargo@v1
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
with:
command: publish
args: --allow-dirty --manifest-path lib/Cargo.toml
- name: cargo fetch
uses: actions-rs/cargo@v1
with:
command: fetch
# - name: cargo publish lib
# uses: actions-rs/cargo@v1
# env:
# CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
# with:
# command: publish
# args: --allow-dirty --manifest-path lib/Cargo.toml
# - name: cargo fetch
# uses: actions-rs/cargo@v1
# with:
# command: fetch
- name: cargo publish cli
uses: actions-rs/cargo@v1
env:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target ${{ matrix.target }} ${{ matrix.features }}
args: --manifest-path cli/Cargo.toml --release --target ${{ matrix.target }} ${{ matrix.features }}
- name: Package
shell: bash
run: |
Expand Down

0 comments on commit 7e26c5d

Please sign in to comment.