We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2efe14 commit ab3f0a8Copy full SHA for ab3f0a8
.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