mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Add git version info to release source (#1250)
This commit is contained in:
parent
f78257235e
commit
5064cb2a46
3 changed files with 13 additions and 1 deletions
3
.github/workflows/pipeline.yml
vendored
3
.github/workflows/pipeline.yml
vendored
|
@ -127,6 +127,9 @@ jobs:
|
|||
- name: Show Version
|
||||
run: git describe --tags
|
||||
|
||||
- name: Generate .gitinfo
|
||||
run: make .gitinfo
|
||||
|
||||
- name: Run GoReleaser - SNAPSHOT
|
||||
if: startsWith(github.ref, 'refs/tags/') != true
|
||||
uses: docker://deluan/ci-goreleaser:1.16.4-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue