Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHecht authored May 14, 2024
1 parent 5c9af9d commit 15f920c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

name: Gradle Package

permissions:
contents: write
packages: write
pull-requests: write

on:
release:
Expand All @@ -21,7 +17,7 @@ jobs:

runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write

steps:
Expand Down Expand Up @@ -50,7 +46,5 @@ jobs:

- name: Upload Release Asset
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/libs/showscript.jar

0 comments on commit 15f920c

Please sign in to comment.