Skip to content

Commit

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

0 comments on commit 8817ba7

Please sign in to comment.