Skip to content

Commit 8ee188d

Browse files
committed
ci(chore): update job source name
1 parent eee88ed commit 8ee188d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
release-please:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: google-github-actions/release-please-action@v4
23+
- uses: googleapis/release-please-action@v4
2424
id: release
2525
with:
2626
manifest-file: .github/.release-please-manifest.json
2727
config-file: .github/release-please-config.json
28+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
2829

2930
- if: ${{ github.event.inputs.publish-release == 'true' || steps.release.outputs.release_created }}
3031
uses: actions/checkout@v4
@@ -36,9 +37,9 @@ jobs:
3637
registry-url: "https://registry.npmjs.org"
3738

3839
- if: ${{ github.event.inputs.publish-release == 'true' || steps.release.outputs.release_created }}
39-
run: |
40+
env:
41+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42+
run: >
4043
npm ci &&
4144
npm run build &&
4245
npm publish --provenance --access public
43-
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)