Skip to content

Commit 2670684

Browse files
committed
feat(atcions): add create-release-draft action
1 parent b97b523 commit 2670684

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/create-release-draft.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
run: |
36-
gh release create \
37-
--tag "v${{ steps.version.outputs.version }}" \
36+
gh release create "v${{ steps.version.outputs.version }}" \
3837
--title "v${{ steps.version.outputs.version }}" \
3938
--generate-notes \
4039
--draft \

0 commit comments

Comments
 (0)