Skip to content

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

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

Add --github-release flag to dappnodesdk publish command#69
Marketen merged 3 commits intomainfrom
copilot/add-missing-release-flag

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

The publish command in the Release workflow was missing the --github-release flag, preventing automatic GitHub release creation. Additionally, fixed a typo in the workflow filename.

Changes

  • Added --github-release flag to npx @dappnode/dappnodesdk publish patch in the Release workflow
  • Renamed .github/workflows/releae.yml to .github/workflows/release.yml to fix filename typo
- 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
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 in publish patch Add --github-release flag to dappnodesdk publish command Feb 12, 2026
Copilot AI requested a review from Marketen February 12, 2026 08:45
@Marketen
Copy link
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

@Marketen Marketen marked this pull request as ready for review February 12, 2026 08:53
Co-authored-by: Marketen <36164126+Marketen@users.noreply.github.com>
Copy link
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

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

Copilot AI requested a review from Marketen February 12, 2026 08:56
@Marketen Marketen merged commit 40261cc 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