Skip to content

Commit

Permalink
fix: fix github action for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
remisbaima committed Apr 21, 2022
1 parent a128208 commit 142b771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maven-publish.yml
Expand Up @@ -4,8 +4,9 @@
name: Maven Package

on:
release:
types: [released]
push:
tags:
- 'v*'

jobs:
build:
Expand Down

0 comments on commit 142b771

Please sign in to comment.