Skip to content

Commit

Permalink
way to update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmadhankumar committed Dec 27, 2023
1 parent 35fee16 commit 73f4a6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ jobs:
)
- run: |
VERSION=`echo ${{ github.ref }} | grep -Eo '[0-9].*'`
gh release edit "$VERSION" --notes "fsjvbhe"
gh release edit v0.0.14 --notes "fsjvbhe"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OWNER: ${{ github.repository_owner }}
Expand Down

0 comments on commit 73f4a6f

Please sign in to comment.