Skip to content

Commit

Permalink
ignore build configs in release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ships committed Nov 13, 2023
1 parent b4520d8 commit 59e1fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# must ignore spa because we need spa in the workspace file for development, but spa is not released.
run: npx multi-semantic-release --ignore-packages=packages/spa,packages/example,packages/widget,packages/http-server
run: npx multi-semantic-release --ignore-packages=packages/spa,packages/example,packages/widget,packages/http-server,packages/build-configs

release-github-pages-docs:
uses: ./.github/workflows/gh-pages.yaml

0 comments on commit 59e1fb5

Please sign in to comment.