Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 23, 2024
1 parent f35027f commit 21c1201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdkgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
with:
dotnet-version: '7.0.102'
- name: Copy csproj
run: cp ./project.csproj ./src/TypeSchema.Model/TypeSchema.Model.csproj
run: cp ./project.csproj ./src/TypeAPI.Model/TypeAPI.Model.csproj
- name: Set version
run: sed -i 's/0.1.0/${{ inputs.typehub_version }}/g' ./src/TypeSchema.Model/TypeSchema.Model.csproj
run: sed -i 's/0.1.0/${{ inputs.typehub_version }}/g' ./src/TypeAPI.Model/TypeAPI.Model.csproj
- name: Create and push NuGet package
working-directory: ./src/TypeSchema.Model
working-directory: ./src/TypeAPI.Model
run: |
dotnet pack -c Release
dotnet nuget push bin/Release/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 21c1201

Please sign in to comment.