We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06eb8ba commit 9f87a62Copy full SHA for 9f87a62
.github/workflows/releasing.yml .github/workflows/release.yml.github/workflows/releasing.yml renamed to .github/workflows/release.yml
@@ -8,11 +8,12 @@ on:
8
- main
9
10
jobs:
11
- create-draft:
+ draft:
12
if: >
13
github.event.pull_request.merged == true &&
14
startsWith(github.event.pull_request.head.ref, 'release/v')
15
runs-on: ubuntu-latest
16
+ name: Create a Release Draft
17
18
steps:
19
- name: Extract
.github/workflows/versioning.yml
@@ -20,10 +20,10 @@ jobs:
20
uses: ./.github/workflows/ci.yml
21
secrets: inherit
22
23
- update:
+ bump:
24
needs: ci
25
26
- name: Update Version
+ name: Bump Version
27
28
29
- name: Checkout code
0 commit comments