Skip to content

Commit 396b873

Browse files
committed
fix(ci): update release-please workflow wiring
1 parent a992ea0 commit 396b873

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
steps:
1919
- name: Run release-please
2020
id: release
21-
uses: google-github-actions/release-please-action@v4
21+
uses: googleapis/release-please-action@v4
2222
with:
23-
release-type: rust
24-
package-name: tinytown
2523
token: ${{ secrets.GITHUB_TOKEN }}
24+
config-file: release-please-config.json
25+
manifest-file: .release-please-manifest.json
2626

2727
build-and-upload:
2828
name: Build and Upload Release Assets
@@ -94,4 +94,3 @@ jobs:
9494

9595
- name: Publish to crates.io
9696
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
97-

0 commit comments

Comments
 (0)