Skip to content

Commit 9b0db34

Browse files
committedNov 22, 2024·
Revert "Add new release actions"
This reverts commit 05c8b53.
1 parent a84a2b3 commit 9b0db34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/draft-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
- name: Commit changes
4141
run: |
4242
git add .
43-
git commit -m "chore: release ${{ inputs.next_version }}"
43+
git commit -m "chore: release v${{ inputs.next_version }}"
4444
git push
4545
4646
- name: Draft release
47-
run: gh release create $VERSION --generate-notes --draft
47+
run: gh release create v$VERSION --generate-notes --draft
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
VERSION: ${{ inputs.next_version }}

0 commit comments

Comments
 (0)
Please sign in to comment.