Skip to content

Commit e3f8fe1

Browse files
committed
Fix release-verify-signatures workflow
1 parent 531360b commit e3f8fe1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-verify-signatures.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: check out code
1919
uses: actions/checkout@v3
20+
with:
21+
ref: ${{ github.ref }}
2022

2123
- name: Set up JDK
2224
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)