Skip to content

Add --github-release flag to dappnodesdk publish command - #74

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

Add --github-release flag to dappnodesdk publish command#74
Marketen merged 3 commits into
mainfrom
copilot/add-missing-release-flag-again

Conversation

Copilot AI commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

The dappnodesdk publish patch command in the release workflow was not creating GitHub releases.

Changes

  • Added --github-release flag to npx @dappnode/dappnodesdk publish patch in .github/workflows/release.yml
  • Fixed typo in workflow filename: renamed releae.yml to release.yml
- name: Publish
  run: npx @dappnode/dappnodesdk publish patch --github-release --content_provider=http://10.200.200.7:5001 --eth_provider=https://web3.dappnode.net --timeout 2h --all-variants

This enables automatic GitHub release creation when the publish workflow runs.

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.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Update workflows to include --github-release flag Add --github-release flag to dappnodesdk publish command Feb 12, 2026
Copilot AI requested a review from Marketen February 12, 2026 08:47
@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

Copilot AI commented Feb 12, 2026

Copy link
Copy Markdown
Contributor Author

@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

Fixed in commit c4e5b4b. The workflow file has been renamed from releae.yml to release.yml.

@Marketen
Marketen marked this pull request as ready for review February 12, 2026 08:53
@Marketen
Marketen merged commit 33e2573 into main Feb 12, 2026
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