mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
This commit is contained in:
parent
31886822a1
commit
a1be74cc70
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test-git.yml
vendored
3
.github/workflows/test-git.yml
vendored
|
@ -14,6 +14,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: ${{ github.ref }}
|
||||||
|
|
||||||
- name: Set tag name
|
- name: Set tag name
|
||||||
id: tag
|
id: tag
|
||||||
|
@ -23,7 +25,6 @@ jobs:
|
||||||
- name: Generate release notes
|
- name: Generate release notes
|
||||||
id: release_notes
|
id: release_notes
|
||||||
run: |
|
run: |
|
||||||
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