Skip to content

Commit b0bbea7

Browse files
committed
fix workflow
1 parent dfc2ff5 commit b0bbea7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/coveo-ref.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: coveo-testing
1+
name: coveo-ref
22

33
on:
44
push:
@@ -11,6 +11,7 @@ on:
1111
types: [opened, synchronize, reopened]
1212
paths:
1313
- 'coveo-ref/**'
14+
- '.github/workflows/coveo-ref.yml'
1415

1516
workflow_dispatch:
1617
inputs:
@@ -35,7 +36,7 @@ jobs:
3536
- name: Run stew ci
3637
uses: coveo/stew@main
3738
with:
38-
project-name: coveo-ref
39+
project-name: ${{ github.workflow }}
3940
python-version: ${{ matrix.python-version }}
4041
poetry-version: "<2"
4142

@@ -51,12 +52,12 @@ jobs:
5152
- name: Setup python 3.10
5253
uses: actions/setup-python@v4
5354
with:
54-
python-version: 3.10
55+
python-version: "3.10"
5556

5657
- name: Publish to pypi
5758
uses: ./.github/workflows/actions/publish-to-pypi
5859
with:
59-
project-name: coveo-ref
60+
project-name: ${{ github.workflow }}
6061
pypi-token: ${{ secrets.PYPI_TOKEN_COVEO_REF }}
6162
pre-release: ${{ github.ref != 'refs/heads/main' }}
6263
dry-run: ${{ github.ref != 'refs/heads/main' && github.event.inputs.publish != 'true' }}

0 commit comments

Comments
 (0)