Skip to content

Commit

Permalink
update to use contexts, not envars
Browse files Browse the repository at this point in the history
  • Loading branch information
skandragon committed Jan 19, 2022
1 parent 0d8cf1c commit 2694176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-and-poke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: prod proxy
run: GOPROXY=proxy.golang.org go list -m github.com/${{GITHUB_REPOSITORY}}@${{GITHUB_REF_NAME}}
run: GOPROXY=proxy.golang.org go list -m github.com/${{ github.repository }}@${{ github.ref_name }}

0 comments on commit 2694176

Please sign in to comment.