Skip to content

Commit

Permalink
trying with better parameter expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpp committed Apr 13, 2023
1 parent 7055c5b commit 68d9e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Build NuGet Package
run: nuget pack src/NV.Templates.nuspec -Version ${GITHUB_REF#refs/*/} -OutputDirectory ./artifacts
run: nuget pack src/NV.Templates.nuspec -Version ${GITHUB_REF#refs/tags/v} -OutputDirectory ./artifacts

- name: Publish NuGet package
run: nuget push ./artifacts/NV.Templates.*.nupkg ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json

0 comments on commit 68d9e16

Please sign in to comment.