Skip to content

Commit 9f87a62

Browse files
committed
Update workflows
1 parent 06eb8ba commit 9f87a62

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on:
88
- main
99

1010
jobs:
11-
create-draft:
11+
draft:
1212
if: >
1313
github.event.pull_request.merged == true &&
1414
startsWith(github.event.pull_request.head.ref, 'release/v')
1515
runs-on: ubuntu-latest
16+
name: Create a Release Draft
1617

1718
steps:
1819
- name: Extract

.github/workflows/versioning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: ./.github/workflows/ci.yml
2121
secrets: inherit
2222

23-
update:
23+
bump:
2424
needs: ci
2525
runs-on: ubuntu-latest
26-
name: Update Version
26+
name: Bump Version
2727

2828
steps:
2929
- name: Checkout code

0 commit comments

Comments
 (0)