Skip to content

Commit 038f937

Browse files
committed
fix: release workflow
1 parent 530027e commit 038f937

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
uv sync --group deploy
27+
uv sync
2828
2929
- name: Set tag version
3030
id: tag
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set module version
3636
id: module
3737
run: |
38-
echo "version=$(uv run hatch --quiet version)" >> $GITHUB_OUTPUT
38+
echo "version=$(uv run --with hatch hatch --quiet version)" >> $GITHUB_OUTPUT
3939
4040
- name: Check version match
4141
run: |

0 commit comments

Comments
 (0)