Skip to content

Commit

Permalink
add Release to title
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Aug 16, 2023
1 parent 2e00db7 commit a9dd929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ github.ref }} \
-t $GITHUB_REF_NAME \
-t Release $GITHUB_REF_NAME \
-n ${{ github.ref }} \
-F CHANGELOG \
./dist/*

0 comments on commit a9dd929

Please sign in to comment.