Skip to content

Commit

Permalink
Merge branch 'main' into fix-1820
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-0x committed Apr 15, 2024
2 parents ef843e5 + 017c0d1 commit dd9ea1c
Show file tree
Hide file tree
Showing 55 changed files with 2,998 additions and 658 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
# Workaround described here: https://github.com/actions/checkout/issues/760
- uses: actions/checkout@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- run: cargo release version ${{ inputs.version }} --execute --no-confirm && cargo release replace --execute --no-confirm
- run: |
version=${{ inputs.version }}
version=${version#v}
cargo release version ${{ inputs.version }} --execute --no-confirm && cargo release replace --execute --no-confirm
- id: version_info
run: |
cargo install cargo-get
Expand Down
85 changes: 44 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dd9ea1c

Please sign in to comment.