From 0a2a3a06608cbc8243a7707738fac545c1bb1583 Mon Sep 17 00:00:00 2001 From: Laxystem Date: Sun, 22 Dec 2024 21:10:11 +0200 Subject: [PATCH] Fixed release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f48027a..b31bb0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,7 @@ on: permissions: contents: write pages: write + id-token: write concurrency: group: "pages" @@ -33,7 +34,7 @@ jobs: run: ./gradlew allTests dokkaGenerate - name: Setup Pages uses: actions/configure-pages@v5 - - name: Upload artifact + - name: Upload Artifact to GitHub Pages uses: actions/upload-pages-artifact@v3 with: path: 'docs/current'