Skip to content

Commit

Permalink
Fixed the action.
Browse files Browse the repository at this point in the history
  • Loading branch information
yesseruser authored Dec 20, 2023
1 parent 9831607 commit a41c2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: |
OUT=$(curl -s "https://api.github.com/repos/${{ github.repository }}/releases/latest")
TAG=$(echo "$OUT" | jq -r .tag_name)
dotnet pack ${{ env.Project }} --configuration Release --output ${{ env.NuGetDirectory }} --property:"Version"="$TAG";"ReleaseVersion"="$TAG"
dotnet pack ${{ env.Project }} --configuration Release --output ${{ env.NuGetDirectory }} --property:"Version"="$TAG"
# Publish the NuGet package as an artifact, so they can be used in the following jobs
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a41c2ac

Please sign in to comment.