Skip to content

Commit

Permalink
release it
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilm committed Oct 6, 2023
1 parent e0016f0 commit 7af0394
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:

- name: build_release
run: make VERSION=${GITHUB_REF_NAME} release -j3
if: startsWith(github.ref, 'refs/tags/')

- name: publish
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: 'release/*'

0 comments on commit 7af0394

Please sign in to comment.