Skip to content

Commit

Permalink
chore: what we doin
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Nov 1, 2023
1 parent c8f400a commit 95dc615
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
if: ${{ github.event_name == 'release' }}
run: echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV

- run: cd ./src/Flipt\.Grpc

- name: Build
run: dotnet build --configuration Release /p:Version=${VERSION}
run: dotnet build --configuration Release /p:Version=${VERSION} --no-restore ./src/Flipt\.Grpc/flipt-grpc.csproj

- name: Pack
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output .
run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output . ./src/Flipt\.Grpc/flipt-grpc.csproj

- name: Push
run: dotnet nuget push Flipt.gRPC.${VERSION}.nupkg --api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit 95dc615

Please sign in to comment.