Skip to content

Commit d9fd382

Browse files
RambokDevcharlesgauthereau
andauthored
fix: workflow
* fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix * fix --------- Co-authored-by: charlesgauthereau <charles.gauthereau@soluce-technologies.com>
1 parent 4d324d8 commit d9fd382

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/auto-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
env:
5454
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5555

56+
- name: Fetch tags
57+
run: git fetch --tags
58+
5659
- name: Create GitHub release
57-
run: pnpm exec release-it --ci --no-npm --no-git
60+
run: pnpm exec release-it --ci --no-npm --no-increment --no-git
5861
env:
5962
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)