Skip to content

Commit

Permalink
fix: change release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mukezhz authored Nov 26, 2023
1 parent 1225ee3 commit d38aeff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
build:
name: Build and Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand All @@ -29,7 +31,7 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: joutvhu/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit d38aeff

Please sign in to comment.