Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ jobs:
name: Maven Push Demo
steps:
- uses: actions/checkout@v2

- name: Push
id: push
uses: ./
Expand All @@ -268,9 +269,9 @@ jobs:
format: "maven"
owner: "cloudsmith"
repo: "actions"
pom-file: "test/fixture/cloudsmith-maven-example-1.0-SNAPSHOT.pom"
pom-file: "pom.xml"
republish: "true" # needed ONLY if version is not changing
file: "test/fixture/cloudsmith-maven-example-1.0-SNAPSHOT.jar" #real file that will repeat versions
file: "target/yourproject-0.0.1-SNAPSHOT.jar" #real file that will repeat versions
```

### NPM Package Push
Expand Down