Skip to content

Commit

Permalink
Fix release workflow by upgrading cargo-lambda (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
miikka authored May 3, 2024
1 parent 597f7f8 commit dfccba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: cargo-lambda/cargo-lambda
tag: v1.1.0
tag: v1.2.1
platform: linux
arch: x86_64
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: cargo-lambda/cargo-lambda
tag: v0.14.0
tag: v1.2.1
platform: linux
arch: x86_64
- uses: actions/setup-node@v3
Expand Down

0 comments on commit dfccba2

Please sign in to comment.