We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daca8bb commit ea38f84Copy full SHA for ea38f84
.github/workflows/dev-packages.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "VERSION=$VERSION" >> $GITHUB_ENV
35
36
- name: Run Pack
37
- run: dotnet pack -c Release -p:Version=$VERSION-dev-$(date +%Y%m%d)-$(git rev-parse --short HEAD) -o ${{ github.workspace }}/output
+ run: dotnet pack -c Release -p:Version=$VERSION-dev.$(date +%Y%m%d).$(git rev-parse --short HEAD) -o ${{ github.workspace }}/output
38
39
- name: Run Push
40
run: dotnet nuget push ${{ github.workspace }}\output\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments