From 60bf6ceb7f68aa26dd67fc5b9e97c1af9a6ca5c0 Mon Sep 17 00:00:00 2001 From: Sibin Grasic Date: Tue, 9 Jul 2024 09:12:45 +0200 Subject: [PATCH] chore(build): Fixed build process --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05faf54..4c52896 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,3 +21,5 @@ jobs: extra_plugins: | @semantic-release/github @semantic-release/exec + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}