From 60205cd45d6a2e195a5b801d7488410696f9bf98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hegyi=20=C3=81ron=20Ferenc?= <36823200+Rettend@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:03:36 +0200 Subject: [PATCH] ci: fix CIIIIIIIIII --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e218b6..17aad1a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,11 +14,14 @@ jobs: id-token: write # The OIDC ID token is used for authentication with JSR. steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: oven-sh/setup-bun@v2 - run: bun install - - run: bun x jsr publish - run: bun x changelogithub env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + + - run: bun x jsr publish