Skip to content

Commit

Permalink
ci: add working directory for cargo publish
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
k4black committed Feb 24, 2024
1 parent 340586a commit 5d44e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.toml') }}
- run: cargo publish --token ${CRATES_TOKEN}
working-directory: fast_aug
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

Expand Down

0 comments on commit 5d44e5f

Please sign in to comment.