Skip to content

Commit

Permalink
minor: v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalter committed Apr 13, 2024
1 parent 81b1611 commit 7468731
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:

- name: Install utilities
run: |
export PATH=${PATH}:`go env GOPATH`/bin
go get -u github.com/mitchellh/gox
go install github.com/tcnksm/ghr@latest
go install github.com/stevenmatthewt/semantics@latest
Expand All @@ -46,9 +45,9 @@ jobs:

- name: Publish release
run: |
echo $PATH
export PATH=${PATH}:`go env GOPATH`/bin
tag=$(semantics --output-tag)
echo $tag
if [ "$tag" ]; then
ghr -t {{ secrets.RELEASE_TOKEN }} -u jhalter -r hotline-ai-chat-bot --replace $tag dist/
else
Expand Down

0 comments on commit 7468731

Please sign in to comment.