Skip to content

Commit a81ba54

Browse files
committed
fix
1 parent e95423b commit a81ba54

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
image-tag: ${{ needs.determine-image-tag.outputs.tag }}
5555
apps: |
5656
[
57-
{"name": "ev-node-evm-single", "dockerfile": "apps/evm/single/Dockerfile"}
57+
{"name": "ev-node-evm-single", "dockerfile": "apps/evm/single/Dockerfile"},
5858
{"name": "ev-node-testapp", "dockerfile": "apps/testapp/Dockerfile"}
5959
]
6060

RELEASE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ git tag evm/single/v0.2.0 # Less informative
410410

411411
## Quick Links
412412

413-
- **Workflow Details**: [.github/workflows/README.md](.github/workflows/README.md)
414413
- **CI Workflow**: [.github/workflows/ci.yml](.github/workflows/ci.yml)
415414
- **Release Workflow**: [.github/workflows/release.yml](.github/workflows/release.yml)
416415
- **GitHub Actions**: https://github.com/evstack/ev-node/actions

0 commit comments

Comments
 (0)