Skip to content

Commit

Permalink
publish on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
connormckelvey committed Nov 15, 2022
1 parent 67c7b14 commit f593a65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Check output
- name: Publish
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
run: |
echo $RELEASE_VERSION
echo ${{ steps.vars.outputs.tag }}
GOPROXY: proxy.golang.org
run: go list -m "github.com/connormckelvey/go-github-mockable@${RELEASE_VERSION}"

0 comments on commit f593a65

Please sign in to comment.