Skip to content

Commit e466e4b

Browse files
committed
review: remove rm
1 parent 8ed13c2 commit e466e4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/post-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
6363
run: make assets/github-action-config.json
6464

6565
- name: Update reference files
66-
run: |
67-
rm .golangci.reference.yml
68-
cp .golangci.next.reference.yml .golangci.reference.yml
66+
run: cp .golangci.next.reference.yml .golangci.reference.yml
6967

7068
- name: Update information
7169
run: make website_dump_info

0 commit comments

Comments
 (0)