Skip to content

Commit

Permalink
fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndTaleStudio committed Feb 6, 2021
1 parent 1b1da29 commit f65e8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Publish-Dry-Run
run: |
cd ../interrupt
cd ./interrupt
cargo make publish_dry
prepare_release:
Expand Down Expand Up @@ -175,5 +175,5 @@ jobs:
- name: Publish-Run
run: |
cd ../interrupt/
cd ./interrupt/
cargo make publish --env CRATES_TOKEN=${{ secrets.CRATES_TOKEN }}

0 comments on commit f65e8af

Please sign in to comment.