Skip to content

Commit

Permalink
check out code too
Browse files Browse the repository at this point in the history
  • Loading branch information
skandragon committed Jan 19, 2022
1 parent 2694176 commit 6f473cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-and-poke.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Push to go package system on tag



on:
push:
tags:
Expand All @@ -9,5 +11,9 @@ jobs:
prod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.ref_name }}
persist-credentials: false
- name: prod proxy
run: GOPROXY=proxy.golang.org go list -m github.com/${{ github.repository }}@${{ github.ref_name }}

0 comments on commit 6f473cf

Please sign in to comment.