Skip to content

Add --github-release flag to publish patch workflow#73

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-missing-release-flag
Draft

Add --github-release flag to publish patch workflow#73
Copilot wants to merge 2 commits intomainfrom
copilot/add-missing-release-flag

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

The dappnodesdk publish patch command in the release workflow was missing the --github-release flag, preventing GitHub releases from being created during the publish step.

Changes

  • Added --github-release flag to npx @dappnode/dappnodesdk publish patch in .github/workflows/releae.yml
- run: npx @dappnode/dappnodesdk publish patch --content_provider=http://10.200.200.7:5001 --eth_provider=https://web3.dappnode.net --timeout 2h --all-variants
+ 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
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.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Marketen <36164126+Marketen@users.noreply.github.com>
Copilot AI changed the title [WIP] Update workflows to include --github-release flag for publishing Add --github-release flag to publish patch workflow Feb 12, 2026
Copilot AI requested a review from Marketen February 12, 2026 08:41
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

Comments