Skip to content

Commit

Permalink
add tag config for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhames07 committed Mar 10, 2022
1 parent e02c5b9 commit 47177fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ name: Publish package to the Maven Central Repository and GitHub Packages

on:
release:
types: [ created ]
types: [ released ]

jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 47177fb

Please sign in to comment.