Skip to content

Commit 9085e0f

Browse files
committed
chore: Update release please action
1 parent b49e649 commit 9085e0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
release-please:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: GoogleCloudPlatform/release-please-action@v4
11+
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
1212
id: release
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
release-type: node
16-
package-name: absolute-version
1716
# The logic below handles the npm publication:
1817
- uses: actions/checkout@v3
1918
# these if statements ensure that a publication only occurs when

0 commit comments

Comments
 (0)