From 2c7661c9fa26a920b8088300ef87d14179c71a27 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Thu, 30 May 2024 13:08:07 +0100 Subject: [PATCH] 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 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a728d7d..907dd09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 with: release-type: simple package-name: catppuccin/nix