From 6bb752de1cabcfde7d4531f889c66d5336a9d83a Mon Sep 17 00:00:00 2001 From: XLor Date: Fri, 6 Oct 2023 00:45:26 -0500 Subject: [PATCH] fix: release ci --- .github/workflows/release.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc738f6..1f6fe5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,14 +8,18 @@ on: jobs: tag: runs-on: ubuntu-latest + + permissions: + contents: write + steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - run: npx changelogithub env: