Skip to content

Commit

Permalink
fix: Release please action fix (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Dec 19, 2023
1 parent bf6ca33 commit 72e7918
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"include-v-in-tag": false,
"packages": {
".": {
"package-name": "pdfgen-core",
"include-v-in-tag": false
}
}
}
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
with:
release-type: simple
package-name: pdfgen-core
include-v-in-tag: false
config-file: .github/release-please-config.json
manifest-file: .release-please-config.json
- name: Upload to github packages
if: ${{ steps.release.outputs.release_created }}
run: ./gradlew -Pversion=${{ steps.release.outputs.tag_name}} publish
Expand Down
Empty file added .release-please-manifest.json
Empty file.

0 comments on commit 72e7918

Please sign in to comment.