Skip to content

fix: remove invalid 'true' argument from --no-symbols flag#35

Merged
davidkallesen merged 1 commit into
mainfrom
fix/release-workflow-no-symbols-flag
Dec 4, 2025
Merged

fix: remove invalid 'true' argument from --no-symbols flag#35
davidkallesen merged 1 commit into
mainfrom
fix/release-workflow-no-symbols-flag

Conversation

@davidkallesen

Copy link
Copy Markdown
Collaborator

The --no-symbols flag is a boolean switch that doesn't accept a value. When 'true' was passed, dotnet interpreted it as a file path to push, causing "File does not exist (true)" error after successful package push.

The --no-symbols flag is a boolean switch that doesn't accept a value.
When 'true' was passed, dotnet interpreted it as a file path to push,
causing "File does not exist (true)" error after successful package push.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@davidkallesen davidkallesen merged commit db54890 into main Dec 4, 2025
4 checks passed
@davidkallesen davidkallesen deleted the fix/release-workflow-no-symbols-flag branch December 4, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants