Skip to content

Commit 8d26089

Browse files
committed
try fix release tag verification
1 parent a7f879f commit 8d26089

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919

20-
lint:
20+
debug:
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: read

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: |
4343
TAG_NAME=${GITHUB_REF#refs/tags/}
4444
echo "Verifying tag $TAG_NAME..."
45+
git fetch --tags
46+
curl -sL https://github.com/${{ github.actor }}.gpg | gpg --import
4547
git tag -v "$TAG_NAME"
4648
- name: Install uv
4749
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)