From 7257ce746e670925a58fa60929e351f0e1100686 Mon Sep 17 00:00:00 2001 From: Toby Date: Sun, 12 Jul 2020 14:25:30 -0700 Subject: [PATCH] Remove redundant action steps --- .github/workflows/release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7033bfe..5e69788 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,23 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.14 - uses: actions/setup-go@v1 - with: - go-version: 1.14 - id: go - - name: Check out 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 uses: olegtarasov/get-tag@v2 id: tagName