mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-07-05 18:59:51 +00:00
Remove redundant action steps
This commit is contained in:
parent
579275ce08
commit
7257ce746e
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -12,23 +12,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go 1.14
|
|
||||||
uses: actions/setup-go@v1
|
|
||||||
with:
|
|
||||||
go-version: 1.14
|
|
||||||
id: go
|
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Get dependencies
|
|
||||||
run: |
|
|
||||||
go get -v -t -d ./...
|
|
||||||
if [ -f Gopkg.toml ]; then
|
|
||||||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
|
||||||
dep ensure
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Get tag
|
- name: Get tag
|
||||||
uses: olegtarasov/get-tag@v2
|
uses: olegtarasov/get-tag@v2
|
||||||
id: tagName
|
id: tagName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user