Skip to content

Commit

Permalink
Update gradle_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda committed Sep 19, 2023
1 parent 2767c52 commit 86f6924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
release:
types: [ published ]

permissions:
contents: write

jobs:
publish:
uses: Rakambda/rakambda-github-workflows/.github/workflows/gradle-minecraft-publish.yml@main
uses: RakambdaOrg/rakambda-github-workflows/.github/workflows/gradle-minecraft-publish.yml@main
with:
java-version: ${{ vars.JAVA_VERSION }}
secrets:
Expand Down

0 comments on commit 86f6924

Please sign in to comment.