Skip to content

Commit

Permalink
Create publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Oct 29, 2023
1 parent fc74336 commit b51ea4d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish

on:
push:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:
uses: ForgeForce/ActionsTest/.github/workflows/gradle_template.yml@main
with:
java: 17
gradle_tasks: "publish"
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
MAVEN_USER: ''
MAVEN_PASSWORD: ''

0 comments on commit b51ea4d

Please sign in to comment.