Skip to content

Commit

Permalink
chore: attempt 4/1231823 trying to build binary as release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
karkowg committed Nov 8, 2024
1 parent 1805a2e commit 7b78a86
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@ jobs:

- name: Create release
id: create_release
uses: actions/create-release@v1
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
prerelease: false
title: Release ${{ github.ref }}
tag: ${{ github.ref }}
prerelease: true

- name: Upload Linux binary to Release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 7b78a86

Please sign in to comment.