Skip to content

Commit

Permalink
v1.4.4 h: i hope this is the last to update action
Browse files Browse the repository at this point in the history
  • Loading branch information
yzy613 committed Apr 21, 2022
1 parent e65e49e commit 03034e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
- name: Build server
run: make -f Makefile.server

- name: Debug
run: echo ${{ github.event.ref }} ${{ github.ref }}

- name: Upload release assets
uses: alexellis/[email protected]
if: startsWith(github.event.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 03034e8

Please sign in to comment.