Skip to content

Commit

Permalink
trying new GHA marvinpinto/action-automatic-releases@latest, prev doe…
Browse files Browse the repository at this point in the history
…sn't allow for single executable to be released

Signed-off-by: Shubham Singh <[email protected]>
  • Loading branch information
1Shubham7 committed Dec 22, 2024
1 parent 9d1dc28 commit 02c760d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,12 @@ jobs:
run: go build -v -o app/templ8.exe

- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # you don't have to create this, auto done by GitHub Actions
uses: "marvinpinto/action-automatic-releases@latest"

with:
repo_token: ${{ secrets.GITHUB_TOKEN }} # you don't have to create this, auto done by GitHub Actions
prerelease: false
title: Release ${{ github.ref_name }}
tag: ${{ github.ref_name }}
permissions:
packages: write
contents: write
files:
app/templify.exe
automatic_release_tag: ${{ github.ref_name }}
files: |
app/templ8.exe

0 comments on commit 02c760d

Please sign in to comment.