Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Dec 8, 2023
1 parent 7c5d9e8 commit 28bde63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: publish to carate.io
run: |
git submodule update --init --recursive
cd src
cd autd3-driver
cargo publish --no-verify --dry-run
cargo publish --no-verify --token ${{ secrets.CRATEIO_TOKEN }} || true
Expand Down

0 comments on commit 28bde63

Please sign in to comment.