Skip to content

Commit

Permalink
ci: change action reference from 'google-github-actions' to 'googleapis'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun committed Dec 22, 2024
1 parent ccec004 commit 739712d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Release Please

on:
push:
branches: [ latest ]
branches: [latest]

permissions:
contents: write
pull-requests: write
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 739712d

Please sign in to comment.