Skip to content

Commit ea38f84

Browse files
committed
Testing new dev version string.
1 parent daca8bb commit ea38f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "VERSION=$VERSION" >> $GITHUB_ENV
3535
3636
- 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
37+
run: dotnet pack -c Release -p:Version=$VERSION-dev.$(date +%Y%m%d).$(git rev-parse --short HEAD) -o ${{ github.workspace }}/output
3838

3939
- name: Run Push
4040
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

Comments
 (0)