Skip to content

Commit

Permalink
added release
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit authored Jan 31, 2024
1 parent 54f2941 commit ccba3ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
with:
submodules: recursive

- name: Setup Go ${{ matrix.go-version }}
- name: Setup Go
uses: actions/setup-go@v4

- name: build
run: make platform-all

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

0 comments on commit ccba3ab

Please sign in to comment.