Skip to content

Commit

Permalink
fix: workflow file for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBorai committed Aug 1, 2021
1 parent 54f60e2 commit 1a1de4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
profile: minimal
toolchain: stable

- name: Dry run's publish
run: cargo publish
args: --dry-run
- name: Dry Rung Cargo Publish
run: cd ./lib && cargo publish --dry-run

- name: Create Release
id: create_release
Expand All @@ -43,4 +42,4 @@ jobs:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

- name: publish crate
run: cargo publish
run: cd ./lib && cargo publish

0 comments on commit 1a1de4f

Please sign in to comment.