Skip to content

Commit

Permalink
Fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Mar 29, 2023
1 parent 6a5517d commit 2d0b53a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Publish Packages
on:
workflow_dispatch:
release:
types: [created]
tag:
types: [created]
types: [ created ]
push:
tags:
- '*'

jobs:
publish:
Expand All @@ -29,4 +30,4 @@ jobs:
arguments: publish
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}

0 comments on commit 2d0b53a

Please sign in to comment.