Skip to content

Add --github-release flag to publish workflow and fix filename typo#44

Merged
Marketen merged 3 commits intomainfrom
copilot/add-missing-release-flag
Feb 12, 2026
Merged

Add --github-release flag to publish workflow and fix filename typo#44
Marketen merged 3 commits intomainfrom
copilot/add-missing-release-flag

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 12, 2026

The release workflow's publish step was missing the --github-release flag, preventing automatic GitHub release creation during package publishing. Additionally, the workflow file had a typo in its filename.

Changes

  • Added --github-release flag to npx @dappnode/dappnodesdk publish patch command in the release workflow
  • Renamed .github/workflows/releae.yml to .github/workflows/release.yml to fix filename typo
# Before
run: npx @dappnode/dappnodesdk publish patch --content_provider=... --eth_provider=... --timeout 2h --all-variants

# After  
run: npx @dappnode/dappnodesdk publish patch --github-release --content_provider=... --eth_provider=... --timeout 2h --all-variants
Original prompt

Update workflows in .github/workflows so any step running npx @dappnode/dappnodesdk publish patch includes the --github-release flag. Only add the missing flag; do not alter other behavior. Create a branch named add-missing-release-flag and open a PR against the default branch (main).

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Marketen <36164126+Marketen@users.noreply.github.com>
Copilot AI changed the title [WIP] Update workflows to include --github-release flag Add --github-release flag to publish workflow Feb 12, 2026
Copilot AI requested a review from Marketen February 12, 2026 08:46
@Marketen
Copy link
Copy Markdown
Contributor

@copilot make a commit in this branch to fix the typo in the release workflow name. from .github/workflows/releae.yml to .github/workflows/release.yml

Co-authored-by: Marketen <36164126+Marketen@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 12, 2026

@copilot make a commit in this branch to fix the typo in the release workflow name. from .github/workflows/releae.yml to .github/workflows/release.yml

Done! Renamed the file from releae.yml to release.yml in commit 0b84a32.

@Marketen Marketen marked this pull request as ready for review February 12, 2026 08:53
Copilot AI changed the title Add --github-release flag to publish workflow Add --github-release flag to publish workflow and fix filename typo Feb 12, 2026
@Marketen Marketen merged commit 08e93d0 into main Feb 12, 2026
@Marketen Marketen deleted the copilot/add-missing-release-flag branch February 12, 2026 08:59
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