1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 21:11:16 +02:00

docs: updates references to old organization name (#981)

- I'm not the maintainer, but I thought I put a pr for updating the old
organization name to the new one
- related to:
https://github.com/googleapis/release-please-action/issues/980
This commit is contained in:
Nathaniel Young
2024-05-14 09:32:16 -07:00
committed by GitHub
parent ce07826a0d
commit ef9cab9e8e
2 changed files with 10 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: google-github-actions/release-please-action@main
- uses: googleapis/release-please-action@main
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
@@ -74,7 +74,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/google-github-actions/release-please-action.git"
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN}}@github.com/googleapis/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
@@ -91,7 +91,7 @@ jobs:
- release-please-release
steps:
- id: release-pr
uses: google-github-actions/release-please-action@main
uses: googleapis/release-please-action@main
with:
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
release-type: node