mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: fetch tags for publish action
This commit is contained in:
parent
f723a34464
commit
8a9588ca65
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -10,6 +10,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue