Skip to content

Commit 75e06e8

Browse files
authored
Update release-package.yml (#25)
1 parent 5526b13 commit 75e06e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Get last char shortened GITHUB_RUN_ID
3232
id: slug
33-
run: echo "::set-output name=RUNID::$(echo ${$GITHUB_RUN_ID} | cut -c1-9)"
33+
run: echo "::set-output name=RUNID::$(echo ${GITHUB_RUN_ID} | cut -c1-9)"
3434

3535
- name: Build ${{ matrix.package-name }} project and pack NuGet package
3636
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

Comments
 (0)