GitHub Actions - Release - checkout specific tag

This commit is contained in:
Jakub Chrzanowski 2020-06-22 22:19:50 +02:00
parent cb95e3ed0a
commit c5843adabc

View File

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