Skip to content

Commit

Permalink
Update auto-release.yml
Browse files Browse the repository at this point in the history
#new-release -> <new-release:0.0.2>
  • Loading branch information
ucatbas authored Jul 16, 2024
1 parent 4fcfd87 commit b455061
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
gh release create "${{ steps.check_message.outputs.new_release }}" \
tag="${{ steps.check_message.outputs.new_release }}"
title="${tag#v}"
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${{ steps.check_message.outputs.new_release#v }}" \
--title="$title" \
--generate-notes

0 comments on commit b455061

Please sign in to comment.