Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtion committed May 6, 2024
1 parent 27ce7a5 commit cd5aa33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
run: |
commits_log=$(git log --pretty=format:"- %s" HEAD~1..HEAD)
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${tag}" \
-n "$commits_log"
--title="${tag}"
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cd5aa33

Please sign in to comment.