Skip to content

Commit

Permalink
👷 Update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlocke committed May 19, 2021
1 parent 1f578c8 commit 7c940d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@

#
# GitHub action that publishes signed release artifacts with Javadoc and source code attachments to
# Maven Central (https://maven.apache.org/repository/) when the action is run manually on GitHub
# Maven Central (https://maven.apache.org/repository/) when a new release is created
#

name: Publish Release

on:
workflow_dispatch:
release:
types: [created]

jobs:

Expand Down

0 comments on commit 7c940d5

Please sign in to comment.