Skip to content

Commit

Permalink
fix(ci): Use manifest over gh actions auto config
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 6, 2023
1 parent 7834095 commit 3dc8d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-please.yml
Expand Up @@ -19,10 +19,7 @@ jobs:
- id: release-please
uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
extra-files: |
dist/manifest.json
command: manifest

- name: Use Node.js
uses: actions/setup-node@v1
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Expand Up @@ -3,6 +3,7 @@
".": {
"release-type": "node",
"include-v-in-tag": false,
"extra-files": ["dist/manifest.json"]
}
}
}

0 comments on commit 3dc8d2b

Please sign in to comment.