1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00

CI: checkout sources before making release

This commit is contained in:
Xorg 2020-05-26 09:02:48 +02:00
parent 2343193401
commit b8f6dea265
No known key found for this signature in database
GPG key ID: 1E55EE2EFF18BC1A

View file

@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Get Git tag
run: echo ::set-env name=VERSION::${GITHUB_REF#refs/tags/}