We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9d5d8 commit 570996bCopy full SHA for 570996b
.github/workflows/release.yml
@@ -26,13 +26,11 @@ jobs:
26
run: npm ci
27
env:
28
HUSKY: 0 # Disable husky within CI/CD
29
- - name: Configure git
30
- run: |
31
- git config user.name "GitHub Actions Bot"
32
- git config user.email "github-actions-bot@users.noreply.github.com"
33
- uses: googleapis/release-please-action@v4
34
with:
35
release-type: node
+ token: ${{ secrets.GITHUB_TOKEN }}
+ manifest-file: .release-please-manifest.json
36
- name: Build project
37
if: ${{ steps.release.outputs.release_created }}
38
run: npm run build
0 commit comments