From b9fba67a1a7f21b0a13e71a5fa2f940c366d9128 Mon Sep 17 00:00:00 2001 From: Joaquin Santana Date: Tue, 19 Nov 2024 12:22:37 +0100 Subject: [PATCH] chore: Update release-please.yaml Signed-off-by: Joaquin Santana --- .github/workflows/release-please.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 6769a66..88f0089 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -5,7 +5,7 @@ on: workflow_dispatch: name: release-please env: - ACTION_NAME: release-please-action + ACTION_NAME: gitea-release-please-action jobs: build: runs-on: ubuntu-latest @@ -23,7 +23,7 @@ jobs: with: command: pr upstream_repo: release-please-action - upstream_owner: googleapis + upstream_owner: joaquinjsb description: Build dist title: "chore: build dist" message: "chore: build dist" @@ -49,7 +49,7 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/googleapis/release-please-action.git" + git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/joaquinjsb/release-please-action.git" git tag -d v${{ steps.release.outputs.major }} || true git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true git push origin :v${{ steps.release.outputs.major }} || true