Skip to content

Commit a055221

Browse files
committed
6. attempt github package push
1 parent 03e9a61 commit a055221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: dotnet/nbgv@master
2121
with:
2222
setAllVars: true
23-
- run: echo "NBGV_SemVer2 $NBGV_SemVer2"
23+
- run: echo "NBGV_SemVer2 $NBGV_SemVer2"
2424
- run: echo "::set-env name=VERSION::$NBGV_NuGetPackageVersion"
2525
- run: echo "::set-env name=BRANCH::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
2626
- name: Update tokens in project files
@@ -60,4 +60,4 @@ jobs:
6060
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/packages
6161
dotnet test ${GITHUB_WORKSPACE}/Test
6262
- name: Push packages to GitHub Packages
63-
run: dotnet nuget push '${GITHUB_WORKSPACE}/packages/*.nupkg' --skip-duplicate
63+
run: dotnet nuget push '${{GITHUB_WORKSPACE}}/packages/*.nupkg' --skip-duplicate

0 commit comments

Comments
 (0)