Skip to content

Commit 55557a4

Browse files
committed
add: github workflow action release config yaml.
1 parent 2945f3b commit 55557a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
uses: actions/setup-go@v5
2828
with:
2929
go-version: '1.20'
30+
# fix cache miss
3031
cache: true
3132
cache-dependency-path: go.sum
33+
continue-on-error: true
3234

3335
- name: Define File Name
3436
id: vars

0 commit comments

Comments
 (0)