We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f1e29 commit 423f143Copy full SHA for 423f143
.github/workflows/.validate-matrix.yml
@@ -24,7 +24,6 @@ jobs:
24
with:
25
python-version: ${{ inputs.python-version }}
26
runner: ${{ inputs.runner }}
27
- release-private-key: ${{ secrets.RELEASE_BOT_APP_PKEY }}
28
- run: make lint
29
test:
30
runs-on: ${{ inputs.runner }}
.github/workflows/release.yml
@@ -28,6 +28,8 @@ jobs:
- uses: actions/checkout@v4
token: ${{ steps.app-token.outputs.token }}
31
+ fetch-depth: 0
32
+ fetch-tags: true
33
- uses: ./.github/actions/bootstrap-environ
34
id: bootstrap-environ
35
0 commit comments