mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-05-12 16:10: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:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
- name: Sync tags
|
||||||
|
run: git fetch --tags --force
|
||||||
- name: semantic-release
|
- name: semantic-release
|
||||||
uses: cycjimmy/semantic-release-action@v6
|
uses: cycjimmy/semantic-release-action@v6
|
||||||
id: semver
|
id: semver
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user