We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f879f commit 8d26089Copy full SHA for 8d26089
.github/workflows/debug.yml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
20
- lint:
+ debug:
21
runs-on: ubuntu-latest
22
permissions:
23
contents: read
.github/workflows/release.yml
@@ -42,6 +42,8 @@ jobs:
42
run: |
43
TAG_NAME=${GITHUB_REF#refs/tags/}
44
echo "Verifying tag $TAG_NAME..."
45
+ git fetch --tags
46
+ curl -sL https://github.com/${{ github.actor }}.gpg | gpg --import
47
git tag -v "$TAG_NAME"
48
- name: Install uv
49
uses: astral-sh/setup-uv@v5
0 commit comments