Skip to content

Commit

Permalink
Changes in workflows/release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMis16 committed Apr 21, 2021
1 parent ae858b6 commit 7b9f671
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
steps:
- uses: actions/checkout@master
# install dependencies
- name: Install all Go dependencies
run: go get gopkg.in/yaml.v2 github.com/patrickmn/go-cache github.com/prometheus/client_golang/prometheus go get github.com/prometheus/client_golang/prometheus/promauto go get github.com/prometheus/client_golang/prometheus/promhttp
#- name: Install all Go dependencies
# run: go get github.com/patrickmn/go-cache github.com/prometheus/client_golang/prometheus go get github.com/prometheus/client_golang/prometheus/promauto go get github.com/prometheus/client_golang/prometheus/promhttp
#- name: Install all Go dependencies
# run: go get github.com/prometheus/client_golang/prometheus
#- name: Install all Go dependencies
# run: go get github.com/prometheus/client_golang/prometheus/promauto
#- name: Install all Go dependencies
# run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: Install gopkg.in/yaml.v2
run: go get gopkg.in/yaml.v2
- name: Install github.com/patrickmn/go-cache
run: go get github.com/patrickmn/go-cache
- name: Install github.com/prometheus/client_golang/prometheus
run: go get github.com/prometheus/client_golang/prometheus
- name: Install github.com/prometheus/client_golang/prometheus/promauto
run: go get github.com/prometheus/client_golang/prometheus/promauto
- name: Install github.com/prometheus/client_golang/prometheus/promhttp
run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: compile and release
uses: ngs/[email protected]
env:
Expand Down

0 comments on commit 7b9f671

Please sign in to comment.