Skip to content

Commit 0c09500

Browse files
committed
remove readme
1 parent 7d1edd9 commit 0c09500

File tree

2 files changed

+2
-284
lines changed

2 files changed

+2
-284
lines changed

.github/workflows/README.md

Lines changed: 0 additions & 282 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- '**/v*.*.*' # Matches tags like evm/single/v0.2.0, testapp/v0.4.0, etc.
5+
- "**/v*.*.*" # Matches tags like evm/single/v0.2.0, testapp/v0.4.0, etc.
66

77
permissions: {}
88

@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v6
2121
with:
22-
fetch-depth: 0 # Full history needed for changelog generation
22+
fetch-depth: 0 # Full history needed for changelog generation
2323

2424
- name: Get previous tag
2525
id: get-prev-tag

0 commit comments

Comments
 (0)