Skip to content

Commit

Permalink
Check GITHUB_REF environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Oct 1, 2019
1 parent 27e6596 commit 7b2024e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Check GITHUB_REF environment variable value
run: echo $GITHUB_REF
- name: Release via goreleaser
uses: goreleaser/goreleaser-action@master
with:
Expand Down

0 comments on commit 7b2024e

Please sign in to comment.