Skip to content

Commit

Permalink
fix syntax error in release-main (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Mar 1, 2023
1 parent e24402b commit bc3bae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
secret/apm-team/ci/elastic-observability-feedz.io url | REPO_API_URL
- name: Release to feedz.io
- run: dotnet nuget push 'build/output/*.nupkg' -k ${REPO_API_KEY} -s ${REPO_API_URL} --skip-duplicate --no-symbols
run: dotnet nuget push 'build/output/*.nupkg' -k ${REPO_API_KEY} -s ${REPO_API_URL} --skip-duplicate --no-symbols

- name: publish canary packages github package repository
shell: bash
Expand Down

0 comments on commit bc3bae7

Please sign in to comment.