mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
git examination workflow update
This commit is contained in:
parent
24adf7dada
commit
31886822a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-git.yml
vendored
2
.github/workflows/test-git.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Generate release notes
|
- name: Generate release notes
|
||||||
id: release_notes
|
id: release_notes
|
||||||
run: |
|
run: |
|
||||||
git fetch --all --tags
|
git fetch --tags
|
||||||
echo "${{ steps.tag.outputs.version }}"
|
echo "${{ steps.tag.outputs.version }}"
|
||||||
git tag -l --format='%(contents)' "${{ steps.tag.outputs.version }}"
|
git tag -l --format='%(contents)' "${{ steps.tag.outputs.version }}"
|
||||||
tools/announceybot.exe release-notes "${{ steps.tag.outputs.version }}" > relnotes.md
|
tools/announceybot.exe release-notes "${{ steps.tag.outputs.version }}" > relnotes.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue