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 5526b13 commit 75e06e8Copy full SHA for 75e06e8
.github/workflows/release-package.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Get last char shortened GITHUB_RUN_ID
32
id: slug
33
- run: echo "::set-output name=RUNID::$(echo ${$GITHUB_RUN_ID} | cut -c1-9)"
+ run: echo "::set-output name=RUNID::$(echo ${GITHUB_RUN_ID} | cut -c1-9)"
34
35
- name: Build ${{ matrix.package-name }} project and pack NuGet package
36
run: dotnet pack src/${{ matrix.package-name }}/${{ matrix.package-name }}.csproj -c Release -o out-${{ matrix.package-name }} -p:PackageVersion=0.1.${{ steps.slug.outputs.RUNID }}.$GITHUB_RUN_NUMBER-prerelease
0 commit comments