Skip to content

Commit 6cb7a72

Browse files
Update release-please.yml
1 parent d3bca79 commit 6cb7a72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-please.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: google-github-actions/release-please-action@v4
1717
id: release
1818
with:
19-
token: ${{ secrets.RELEASE_PAT }}
2019
config-file: .github/release-please-config.json
2120
manifest-file: .github/release-please-manifest.json
2221

@@ -46,4 +45,4 @@ jobs:
4645
if: ${{ steps.release.outputs.release_created }}
4746
run: npm publish --access public
4847
env:
49-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
48+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)