Skip to content

Commit

Permalink
Revert "fix: Nuget pack generates packagName.semver and not packageNa…
Browse files Browse the repository at this point in the history
…me-semver (newrelic#2557)"

This reverts commit 32f55b7.
  • Loading branch information
sumitsuthar authored Sep 20, 2024
1 parent 445057b commit 258742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-site-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set package filename
run: |
echo "PACKAGE_FILENAME=NewRelic.Azure.WebSites.Extension.NodeAgent.${{env.AGENT_VERSION}}" | Out-File -FilePath $env:GITHUB_ENV -Append
echo "PACKAGE_FILENAME=NewRelic.Azure.WebSites.Extension.NodeAgent-${{env.AGENT_VERSION}}" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Verify environment vars # because we can't access GH env vars until the next step
run: |
Expand Down

0 comments on commit 258742f

Please sign in to comment.