mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-05-12 08:00:11 +02:00
ci: ensure tags are force fetched on semantic release
This commit is contained in:
parent
5cbe6f5203
commit
bd20ba87bd
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -26,6 +26,8 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
- name: Sync tags
|
||||
run: git fetch --tags --force
|
||||
- name: semantic-release
|
||||
uses: cycjimmy/semantic-release-action@v6
|
||||
id: semver
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user