Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi2205 committed Sep 28, 2023
1 parent 071c7b9 commit 0ae38aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-central.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish package to the Maven Central Repository

on:
release:
types: [ published ]
# release:
# types: [ published ]
pull_request:
branches: [ "master" ]

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.intuit.rwebpulse</groupId>
<artifactId>rwebpulse</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Spring Web Client</name>
<url>https://github.com/intuit/rwebpulse</url>
Expand Down

0 comments on commit 0ae38aa

Please sign in to comment.