Skip to content

Commit

Permalink
minor: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalter committed Apr 13, 2024
1 parent db31cb7 commit 8d7fafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Publish release
run: |
export PATH=${PATH}:`go env GOPATH`/bin
git fetch --tags
tag=$(semantics --output-tag --dry-run)
echo $tag
if [ "$tag" ]; then
Expand Down

0 comments on commit 8d7fafc

Please sign in to comment.