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.
2 parents 2df3031 + 6bb321c commit e51af89Copy full SHA for e51af89
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: actions/checkout@v3
26
with:
27
fetch-depth: 0
28
+ token: ${{ secrets.RELEASE_TOKEN }}
29
- name: Checkout branch
30
# Pretend to semantic-release that the PR result is eligible for
31
# building releases because --dry-run still filters for configured
@@ -58,6 +59,7 @@ jobs:
58
59
60
61
62
63
- name: Setup Node.js
64
uses: actions/setup-node@v3
65
0 commit comments