mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-02 04:52:08 +00:00
Update release.yml
This commit is contained in:
parent
6980c1fb34
commit
a9c3c69e1f
1 changed files with 9 additions and 1 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -23,6 +23,14 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Clean Go module cache
|
||||||
|
run: go clean -modcache
|
||||||
|
|
||||||
|
- name: Force update Go modules
|
||||||
|
run: |
|
||||||
|
go mod tidy
|
||||||
|
go mod download
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue