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 0f1b063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +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 }}
echo $preid
pnpm --filter './packages/*' exec echo npm --no-git-tag-version version prerelease --preid="${preid}"
pnpm --filter './packages/*' exec npm --no-git-tag-version version prerelease --preid="${preid}"
pnpm --filter './packages/*' publish --no-git-checks --access public --tag development
Expand Down

0 comments on commit 0f1b063

Please sign in to comment.