Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrcn committed Dec 22, 2023
1 parent ced9209 commit 038e9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.101
dotnet-version: 6.x
- name: Install AWS Lambda Tool
run: dotnet tool install -g Amazon.Lambda.Tools
- name: Install dependencies
Expand Down

0 comments on commit 038e9c0

Please sign in to comment.