From 14be0f2130159aa96fded2a8ce7fd2dad3501d52 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Fri, 17 Feb 2023 21:34:57 -0500 Subject: [PATCH] fix(ci): fix github release action --- .github/workflows/github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 7c49340..429e7c5 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -9,7 +9,7 @@ jobs: publish: runs-on: ubuntu-latest permissions: - contents: writes + contents: write steps: - uses: actions/checkout@v3 - uses: ncipollo/release-action@v1