We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1edd9 commit 0c09500Copy full SHA for 0c09500
.github/workflows/README.md
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
on:
3
push:
4
tags:
5
- - '**/v*.*.*' # Matches tags like evm/single/v0.2.0, testapp/v0.4.0, etc.
+ - "**/v*.*.*" # Matches tags like evm/single/v0.2.0, testapp/v0.4.0, etc.
6
7
permissions: {}
8
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout code
20
uses: actions/checkout@v6
21
with:
22
- fetch-depth: 0 # Full history needed for changelog generation
+ fetch-depth: 0 # Full history needed for changelog generation
23
24
- name: Get previous tag
25
id: get-prev-tag
0 commit comments