ci(release-please): use action from googleapis (#201)
I confirmed that it shouldn't break anything from looking at the documentation, but who knows with release-please /shrug
This commit is contained in:
parent
96681f62fa
commit
2c7661c9fa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: google-github-actions/release-please-action@v4
|
- uses: googleapis/release-please-action@v4
|
||||||
with:
|
with:
|
||||||
release-type: simple
|
release-type: simple
|
||||||
package-name: catppuccin/nix
|
package-name: catppuccin/nix
|
||||||
|
|
Loading…
Reference in a new issue