Skip to content

Commit

Permalink
draft name
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Mar 14, 2024
1 parent edf5f1f commit c56e774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
draft: true
prerelease: false
release_name: ${{ steps.version.outputs.version }}
release_name: v${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }}

- name: Upload extension artifact to new release draft
Expand Down

0 comments on commit c56e774

Please sign in to comment.