Skip to content

Commit

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

0 comments on commit d6b336d

Please sign in to comment.