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 7a0d66f commit 81b1611
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,7 @@ jobs:
go get -u github.com/mitchellh/gox
go install github.com/tcnksm/ghr@latest
go install github.com/stevenmatthewt/semantics@latest
echo $PATH
ls -al
pwd
git tag -l
git fetch --tags
git tag -l
semantics --output-tag
tag=$(semantics --output-tag)
- name: Get OS and arch info
run: |
GOOSARCH=${{matrix.goosarch}}
Expand All @@ -54,7 +46,7 @@ jobs:

- name: Publish release
run: |
echo $PATH
echo $PATH
export PATH=${PATH}:`go env GOPATH`/bin
tag=$(semantics --output-tag)
if [ "$tag" ]; then
Expand Down

0 comments on commit 81b1611

Please sign in to comment.