Skip to content

Commit

Permalink
Improve build step names
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Feb 12, 2024
1 parent 56f7ad3 commit 8014bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

build-nuget-package:
needs: set-version-number
name: Build Nuget Packages
name: Build Nuget

runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: dotnet nuget push /tmp/grate/nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_ORG_KEY}} --skip-duplicate

build-standalone:
name: Build
name: Build cli
needs: set-version-number

runs-on: ubuntu-latest
Expand Down

0 comments on commit 8014bea

Please sign in to comment.