Skip to content

Commit 423f143

Browse files
committed
cd: Fix tag fetching
1 parent f1f1e29 commit 423f143

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/.validate-matrix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
python-version: ${{ inputs.python-version }}
2626
runner: ${{ inputs.runner }}
27-
release-private-key: ${{ secrets.RELEASE_BOT_APP_PKEY }}
2827
- run: make lint
2928
test:
3029
runs-on: ${{ inputs.runner }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- uses: actions/checkout@v4
2929
with:
3030
token: ${{ steps.app-token.outputs.token }}
31+
fetch-depth: 0
32+
fetch-tags: true
3133
- uses: ./.github/actions/bootstrap-environ
3234
id: bootstrap-environ
3335
with:

0 commit comments

Comments
 (0)