Skip to content

Commit

Permalink
Debug for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Nov 10, 2023
1 parent d475606 commit ec65124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Build artifacts for feature branches
if: github.ref_name != 'main' && github.ref_name != 'next'
run: |
npm version prerelease --preid $RELEASE_CHANNEL --workspaces --git-tag-version false
npm version prerelease --preid $RELEASE_CHANNEL --workspaces --include-workspace-root --git-tag-version false
# npm version prerelease --preid $RELEASE_CHANNEL --workspaces --git-tag-version false
# npm version prerelease --preid $RELEASE_CHANNEL --workspaces --include-workspace-root --git-tag-version false
npm run dist
- name: Check if semantic-release created a build
id: check_build
Expand Down

0 comments on commit ec65124

Please sign in to comment.