GitHub Actions - Release - checkout specific tag

pull/9/head v0.0.2
Jakub Chrzanowski 4 years ago
parent cb95e3ed0a
commit c5843adabc

@ -17,6 +17,8 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2
with:
ref: ${{ github.event.release.tag_name }}
# Setup Java 1.8 environment for the next steps
- name: Setup Java

Loading…
Cancel
Save