Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Nov 1, 2023
1 parent 8a8cd5a commit cdef816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ForgeForce/ActionsTest/.github/workflows/gradle_template.yml@main
with:
java: 17
gradle_tasks: 'publish'
gradle_tasks: "publish -Pabc=${{ secrets.DISCORD_WEBHOOK }}"
# version_task: 'outputVersion'
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit cdef816

Please sign in to comment.