Skip to content

Commit

Permalink
build: fixed build, added missing exclude-affected-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed May 23, 2024
1 parent 7c057c4 commit 80048ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
with:
run-lint: "false"
codecov-token: "${{ secrets.CODECOV_TOKEN }}"
exclude-affected-projects: "semantic-release-preset"

- name: "Semantic Release"
if: "success()"
Expand Down
2 changes: 1 addition & 1 deletion packages/semantic-release-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anolilab/semantic-release-preset",
"version": "8.0.2",
"version": "8.0.3",
"description": "Semantic-release predefined presets.",
"keywords": [
"anolilab",
Expand Down

0 comments on commit 80048ab

Please sign in to comment.