Skip to content

Commit

Permalink
cicd: rename created to released
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Aug 27, 2023
1 parent 923a49d commit ff369b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Maven Package

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

jobs:
build:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
# - name: Set up Apache Maven Central
# uses: actions/setup-java@v1
# with: # running setup-java again overwrites the settings.xml
# java-version: 14
# java-version: 18
# server-id: maven # Value of the distributionManagement/repository/id field of the pom.xml
# server-username: MAVEN_USERNAME # env variable for username in deploy
# server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
Expand Down

0 comments on commit ff369b0

Please sign in to comment.