Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
RednibCoding committed Jun 21, 2024
1 parent 79a8c2e commit d81f81d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,13 @@ jobs:
- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Release notes for version ${{ github.ref }}.
name: Release ${{ github.ref }}
body: Release notes for version ${{ github.ref }}
draft: false
prerelease: false

Expand Down

0 comments on commit d81f81d

Please sign in to comment.