Skip to content

Commit

Permalink
Update deploy-api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAJacon authored Jun 7, 2024
1 parent 9e7dfe4 commit 052916c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

- name: Restore dependencies
run: dotnet restore

- name: Build
run: dotnet build --no-restore

- name: Docker Login
uses: docker/login-action@v1.10.0
with:
Expand Down

0 comments on commit 052916c

Please sign in to comment.