We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd041e7 commit fe0bdaeCopy full SHA for fe0bdae
.github/workflows/main-deploy.yml
@@ -13,6 +13,9 @@ jobs:
13
steps:
14
- name: Checkout Code
15
uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
+ persist-credentials: false
19
20
- name: Set Up Node.js
21
uses: actions/setup-node@v3
@@ -48,5 +51,5 @@ jobs:
48
51
- name: Run Semantic Release
49
52
env:
50
53
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
+ GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
55
run: npx semantic-release
0 commit comments