Skip to content

Commit

Permalink
Clean up the version inclusion in the release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Dec 6, 2023
1 parent 292cda1 commit 6448997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/lambda/oxbow-lambda/bootstrap.zip
asset_name: oxbow-lambda-bootstrap-${{ github.ref }}.zip
asset_name: oxbow-lambda-bootstrap-${{ github.ref_name }}.zip
asset_content_type: application/zip

- name: Upload group-events lambda
Expand All @@ -94,5 +94,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/lambda/group-events/bootstrap.zip
asset_name: group-events-lambda-bootstrap-${{ github.ref }}.zip
asset_name: group-events-lambda-bootstrap-${{ github.ref_name }}.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.8.1"
version = "0.8.2"
edition = "2021"
keywords = ["deltalake", "parquet", "lambda", "delta"]
homepage = "https://github.com/buoyant-data/oxbow"
Expand Down

0 comments on commit 6448997

Please sign in to comment.