Skip to content

Commit

Permalink
fix: fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
easimon committed Feb 4, 2024
1 parent b77d5fd commit d4b7b5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
steps:
- uses: GoogleCloudPlatform/release-please-action@v4.0
id: release
with:
package-name: shelly-exporter
include-v-in-tag: false
release-type: simple
extra-files: |
README.md
pom.xml

trigger-build:
name: "Trigger build"
Expand Down
13 changes: 13 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"packages": {
".": {
"release-type": "simple",
"package-name": "shelly-exporter",
"include-v-in-tag": false,
"extra-files": [
"README.md",
"pom.xml"
]
}
}
}

0 comments on commit d4b7b5a

Please sign in to comment.