Skip to content

Commit e0a200f

Browse files
committed
no message
1 parent 2526206 commit e0a200f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: dotnet build RDNET/RDNET.csproj -c Release --no-restore
4848

4949
- name: Pack NuGet package
50-
run: dotnet pack RDNET/RDNET.csproj -c Release --no-build -p:Version=$env:NEXT_VERSION
50+
run: dotnet pack RDNET/RDNET.csproj -c Release --no-build -p:Version=${{ env.NEXT_VERSION }}
5151

5252
- name: Push to NuGet
5353
run: dotnet nuget push RDNET/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)