mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
fix release workflow -> checkout tag for releasenotes to work
This commit is contained in:
parent
a1be74cc70
commit
f2342d10eb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.ref }}
|
||||
|
||||
- name: Set tag name
|
||||
id: tag
|
||||
|
|
Loading…
Add table
Reference in a new issue