Skip to content

Commit

Permalink
chore: use working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
digikata committed Sep 26, 2023
1 parent 81b494e commit 642167f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ jobs:
with:
crate: cargo-workspaces
version: latest
- run: cargo workspaces publish --token ${{ secrets.CRATES_TOKEN }} --yes
- name: Publish
working-directory: ${{ github.workspace }}
run: cargo workspaces publish --token ${{ secrets.CRATES_TOKEN }} --yes

0 comments on commit 642167f

Please sign in to comment.