We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bca79 commit 6cb7a72Copy full SHA for 6cb7a72
.github/workflows/release-please.yml
@@ -16,7 +16,6 @@ jobs:
16
- uses: google-github-actions/release-please-action@v4
17
id: release
18
with:
19
- token: ${{ secrets.RELEASE_PAT }}
20
config-file: .github/release-please-config.json
21
manifest-file: .github/release-please-manifest.json
22
@@ -46,4 +45,4 @@ jobs:
46
45
if: ${{ steps.release.outputs.release_created }}
47
run: npm publish --access public
48
env:
49
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments