Skip to content

Commit

Permalink
Update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose committed Apr 2, 2024
1 parent e6cbde0 commit ffd11aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10

- name: Restore dependencies
run: dotnet restore

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

- name: Generate package
run: dotnet pack ./Gotrue/Gotrue.csproj --configuration Release

Expand Down

0 comments on commit ffd11aa

Please sign in to comment.