Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 858176a

Browse files
fix: Github Action workflow
1 parent 4fe2967 commit 858176a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717

18+
- name: Checkout with tag
19+
run: git checkout "${GITHUB_REF:11}"
20+
1821
- name: Setup Java 14
1922
uses: joschi/setup-jdk@v2
2023
with:

0 commit comments

Comments
 (0)