Skip to content

Commit

Permalink
fix: add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx committed Dec 18, 2023
1 parent 682b1da commit e327c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
npm config set //registry.npmjs.org/:_authToken "${NPM_TOKEN}"
preid=$(sed -e s:/:-:g <<<${{ github.head_ref }}).${{ github.run_number }}.${{ github.run_attempt }}
pnpm --filter './packages/*' exec npm --no-git-tag-version version prerelease --preid="${preid}"
pnpm --filter './packages/*' publish --no-git-checks --access public --tag development
npm --no-git-tag-version version prerelease --preid="${preid}"
pnpm publish --no-git-checks --access public --tag development
- name: Publish (main)
if: github.repository == 'RightCapitalHQ/frontend-libraries' && github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
Expand Down

0 comments on commit e327c37

Please sign in to comment.