Skip to content

Commit

Permalink
Update go.yml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
i78 authored Aug 27, 2023
1 parent e2f6057 commit a5a34bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Test
run: go test -v ./...

- uses: actions/upload-artifact@v3
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: hugo-query
path: hugo-query
files: hugo-query

0 comments on commit a5a34bd

Please sign in to comment.