From 6806a7a4c24fe726afb9f42551f696a9b1d5e968 Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Thu, 8 Feb 2024 18:17:08 -0800 Subject: [PATCH] ci: Fixes semantic release invocation --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a36f9586..82c9cf6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,8 @@ jobs: with: node-version: '>=20.8.1' - - name: Set up Semantic Release + - name: Run Semantic Release + env: + github-token: ${{ secrets.GITHUB_TOKEN }} run: | npx semantic-release@23 \ No newline at end of file