1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Improve release github action

* Change to use a tag variable for checkout
This commit is contained in:
Bernhard Reiter 2022-05-11 11:24:40 +02:00
parent e135628db0
commit f1b3de5caa
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -12,8 +12,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
# make sure that we checkou tags for git describe ref: ${{ github.event.release.tag_name }}
fetch-depth: 0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3