Skip to content

Commit dc517be

Browse files
authored
Merge pull request #348 from ansforge/hotfix/ci-converter
fix(ci): add checkout step & fix job name
2 parents 5ee8188 + 093bb32 commit dc517be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/converter-build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
build_library:
10+
build-converter:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v6
15+
1316
- name: Extract version from tag
1417
id: extract-version
1518
run: |

0 commit comments

Comments
 (0)