Skip to content

Commit cd233f2

Browse files
authored
Merge pull request #29 from mlibrary/change-release-please-to-googleapis
Change release-please to use googleapis
2 parents 5271a80 + cc090b0 commit cd233f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/release-please-action@v4
16+
- uses: googleapis/release-please-action@v4
1717
id: release
1818
- uses: actions/checkout@v4
1919
- name: tag major and minor versions
2020
if: ${{ steps.release.outputs.release_created }}
2121
run: |
2222
git config user.name github-actions[bot]
2323
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
24-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
24+
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
2525
git tag -d v${{ steps.release.outputs.major }} || true
2626
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
2727
git push origin :v${{ steps.release.outputs.major }} || true

0 commit comments

Comments
 (0)