Skip to content

Commit 33182ee

Browse files
authored
Fix workflow name (#56)
1 parent 53a3ec3 commit 33182ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-submodule.yml renamed to .github/workflows/publish-line-module.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: cargo publish
1+
name: cargo publish line module
22

33
on:
44
workflow_dispatch:
55
inputs:
66
category:
7-
description: 'Select submodules to publish'
7+
description: 'Select line modules to publish'
88
required: true
99
type: choice
1010
options:
@@ -27,5 +27,5 @@ jobs:
2727
- name: login
2828
run: cargo login ${{ secrets.CARGO_TOKEN }}
2929

30-
- name: publish
30+
- name: publish line module
3131
run: cargo publish --manifest-path core/${{ inputs.category }}/Cargo.toml

0 commit comments

Comments
 (0)