Skip to content

Commit 861c1f1

Browse files
authored
chore: remove package-name from config and update action (#70)
* chore: remove package-name from config and update action * chore: increased action version
1 parent a92185b commit 861c1f1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/release-please-action@v4
16+
- uses: googleapis/release-please-action@v4
1717
id: release
1818
with:
1919
token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }}

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"packages": {
33
".": {
44
"release-type": "simple",
5-
"package-name": "android-places-compose",
65
"extra-files": [
76
"build.gradle.kts",
87
"README.md"

0 commit comments

Comments
 (0)