Skip to content

Commit

Permalink
WIP: try cd instead of working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Feb 28, 2025
1 parent 0ed1933 commit 8802063
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: release
on:
release:
types: [created]
on:
pull_request:
branches:
- *

jobs:
release-crate:
Expand All @@ -12,8 +16,7 @@ jobs:
- uses: ./.github/actions/asdf
with:
rust: true
- run: cargo publish --token '${{ secrets.CRATES_TOKEN }}'
working-directory: bindings/rust
- run: cd bindings/rust && cargo publish --token '${{ secrets.CRATES_TOKEN }}'

build-go-binaries:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8802063

Please sign in to comment.