Skip to content

Commit

Permalink
Libs(Rust): skip regeneration and "cargo hack" for release (#1607)
Browse files Browse the repository at this point in the history
Removes some steps in the Rust release workflow which were needed when
we were generating sources.

Today, all the sources needed for release should be present and tracked
by git before the workflow runs.
  • Loading branch information
svix-onelson authored Jan 3, 2025
1 parent df85081 commit 8dd8823
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Regen openapi libs
run: |
yarn
./regen_openapi.sh
- name: Hack around cargo stuff
run: |
cd rust/
git config user.email "[email protected]"
git config user.name "Work Around"
git add -f src/apis/ src/models/
git commit -a -m "Snap"
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
Expand Down

0 comments on commit 8dd8823

Please sign in to comment.