Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Apr 18, 2024
1 parent 2caf07d commit 6c04163
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- id: release
uses: google-github-actions/release-please-action@v4
with:
include-component-in-tag: true
config-file: .releasepleaserc.json
manifest-file: .releaseplease.manifest.json
token: ${{ secrets.DSI_HUG_BOT_GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .releasepleaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"release-type": "node",
"separate-pull-requests": true,
"include-component-in-tag": true,
"include-v-in-tag": false,
"packages": {
"projects/core": {},
"projects/list-loader": {},
Expand Down
2 changes: 0 additions & 2 deletions projects/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@
The sources for this package are in the main [@hug/ngx-components](https://github.com/dsi-hug/ngx-components) repo. Please file issues and pull requests against that repo.

License: GPL-3.0-only

test

0 comments on commit 6c04163

Please sign in to comment.