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 d88aec4 commit aa17bf3Copy full SHA for aa17bf3
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v3
16
17
- name: Determine version for NuGet package
18
- run: echo NUGET_VERSION=0.$(date '+%Y.%m')-ci.$(date '+%d%H%M%S') >> $GITHUB_ENV
+ run: echo NUGET_VERSION=0.$(date '+%Y.%m')-ci$(date '+%d%H%M%S') >> $GITHUB_ENV
19
20
- name: Replace version number in nuspec files
21
run: 'sed -i -e "s/{{NuGetVersion}}/$NUGET_VERSION/g" *.nuspec'
0 commit comments