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:
parent
2343193401
commit
b8f6dea265
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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/}
|
||||
|
||||
|
|
Loading…
Reference in a new issue