Skip to content

Commit e732415

Browse files
authored
Rename workflow and update descriptions
1 parent fb3e750 commit e732415

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/update-project-version.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: "Manual Version Bump"
1+
name: "update project version"
22

33
on:
44
workflow_dispatch:
55
inputs:
66
target_version:
7-
description: 'Next Version (e.g., 1.9.7)'
7+
description: 'next version (e.g., 1.9.7)'
88
required: true
99
default: '1.9.7'
1010
target_soversion:
11-
description: 'Next SOVERSION (e.g., 28). Leave blank to keep current.'
11+
description: 'next SOVERSION (e.g., 28) - leave blank to keep current.'
1212
required: false
1313

1414
jobs:
@@ -18,10 +18,10 @@ jobs:
1818
contents: write
1919
pull-requests: write
2020
steps:
21-
- name: Checkout code
21+
- name: checkout code
2222
uses: actions/checkout@v4
2323

24-
- name: Update Project Files
24+
- name: update project files
2525
id: update_files
2626
run: |
2727
VER="${{ github.event.inputs.target_version }}"

0 commit comments

Comments
 (0)