Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Sep 2, 2024
1 parent f9dd460 commit e612b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ jobs:
TAG="${GITHUB_REF##*/}"
echo "Creating release for tag $TAG"
gh release create $TAG --title "$TAG" --notes "Release $TAG" --target $TAG ${assets[@]}
gh release create $TAG ${assets[@]}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e612b09

Please sign in to comment.