We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66db9e commit ca8e5b6Copy full SHA for ca8e5b6
.github/workflows/release-please.yml
@@ -10,6 +10,7 @@ jobs:
10
- uses: google-github-actions/release-please-action@v3
11
id: release
12
with:
13
+ token: ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
14
release-type: node
15
package-name: sql-highlight
16
# The logic below handles the npm publication:
0 commit comments