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 49180b4 commit 5bd6556
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,6 @@ jobs:
echo "Listing contents of the artifacts directory:"
ls -R artifacts
- name: Create GitHub Release
id: create_release
uses: actions/create-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 }}.
draft: false
prerelease: false
- name: Upload Release Assets
uses: actions/github-script@v6
Expand Down

0 comments on commit 5bd6556

Please sign in to comment.