Skip to content

Commit b8cc9e3

Browse files
committed
chore(release): fix ref tags
1 parent 7acc744 commit b8cc9e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install dependencies
3131
run: |
32-
uv sync
32+
uv sync --extra dev
3333
3434
- name: Test MkDocs build
3535
run: |

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
build-and-release:
12+
if: startsWith(github.ref, 'refs/tags/')
1213
runs-on: ubuntu-latest
1314
permissions:
1415
contents: write

0 commit comments

Comments
 (0)