From c473bfc5bb650acdaf98ce877abc22d9626f8936 Mon Sep 17 00:00:00 2001 From: Ariel Santos Date: Mon, 23 Dec 2024 12:13:06 -0300 Subject: [PATCH] feat: update bump repository --- .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 01fe92c..fb1ec01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: uses: ad-m/github-push-action@v0.6.0 with: github_token: ${{ secrets.ACCESS_TOKEN }} - repository: "Drafteame/node-cache-action" + repository: "Drafteame/go-cache-action" branch: "main" directory: . tags: true