fucking perms

This commit is contained in:
U-METAL103\103
2024-01-31 16:24:27 -06:00
parent 377eac2700
commit 1c9902d934
+1 -9
View File
@@ -20,7 +20,7 @@ env:
# https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix # https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
BUILD_CONFIGURATION: Release BUILD_CONFIGURATION: Release
permissions: write-all permissions: write-all|read-all
jobs: jobs:
build: build:
@@ -76,14 +76,6 @@ jobs:
- name: test - name: test
run: ls -R 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 - name: Upload Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1