Skip to content

Commit

Permalink
chore: move GOPROXY to env
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Feb 20, 2024
1 parent 2871b24 commit 3418f2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: GOPROXY=proxy.golang.org go list -m github.com/robertrossmann/background@$(git describe --tags --abbrev=0)
- run: go list -m github.com/robertrossmann/background@$(git describe --tags --abbrev=0)
env:
GOPROXY: proxy.golang.org

0 comments on commit 3418f2f

Please sign in to comment.