Skip to content

Commit

Permalink
Remove Release step
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-hun authored and hndada committed Oct 22, 2022
1 parent bdbd22a commit 378dba7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ jobs:
name: ${{ matrix.os }}-build
path: cmd/gosu

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: cmd/gosu
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
env:
GITHUB_REPOSITORY: hndada/gosu

0 comments on commit 378dba7

Please sign in to comment.