From 1c9902d9345da9378975d2b515aaf8f7140650c1 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Wed, 31 Jan 2024 16:24:27 -0600 Subject: [PATCH] fucking perms --- .github/workflows/build.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7848aa4..af34b1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ env: # https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix BUILD_CONFIGURATION: Release -permissions: write-all +permissions: write-all|read-all jobs: build: @@ -76,14 +76,6 @@ jobs: - name: test run: ls -R - - - uses: ncipollo/release-action@v1 - with: - draft: false - prerelease: false - tag: ${{ github.run_number }} - body: ${{ github.event.head_commit.message }} - artifacts: "Release.zip" - name: Upload Release uses: softprops/action-gh-release@v1