Skip to content

Commit

Permalink
Changed to fork of ngs/go-release.action PatMis16/go-release.action
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMis16 committed Apr 22, 2021
1 parent 4aee4c5 commit 7885613
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install github.com/prometheus/client_golang/prometheus/promhttp
run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: compile and release
uses: PatMis16/go-release.action@master
uses: PatMis16/go-release.action@workaround
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "386"
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install github.com/prometheus/client_golang/prometheus/promhttp
run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: compile and release
uses: PatMis16/go-release.action@master
uses: PatMis16/go-release.action@workaround
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
Expand All @@ -74,7 +74,7 @@ jobs:
- name: Install github.com/prometheus/client_golang/prometheus/promhttp
run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: compile and release
uses: PatMis16/go-release.action@master
uses: PatMis16/go-release.action@workaround
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "arm"
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Install github.com/prometheus/client_golang/prometheus/promhttp
run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: compile and release
uses: PatMis16/go-release.action@master
uses: PatMis16/go-release.action@workaround
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: arm64
Expand All @@ -122,7 +122,7 @@ jobs:
- name: Install github.com/prometheus/client_golang/prometheus/promhttp
run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: compile and release
uses: PatMis16/go-release.action@master
uses: PatMis16/go-release.action@workaround
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
Expand All @@ -146,7 +146,7 @@ jobs:
- name: Install github.com/prometheus/client_golang/prometheus/promhttp
run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: compile and release
uses: PatMis16/go-release.action@master
uses: PatMis16/go-release.action@workaround
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "386"
Expand All @@ -170,7 +170,7 @@ jobs:
- name: Install github.com/prometheus/client_golang/prometheus/promhttp
run: go get github.com/prometheus/client_golang/prometheus/promhttp
- name: compile and release
uses: PatMis16/go-release.action@master
uses: PatMis16/go-release.action@workaround
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
Expand Down

0 comments on commit 7885613

Please sign in to comment.