Skip to content

Commit

Permalink
debug(ci): log out ssh conf
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Nov 20, 2024
1 parent 9fc8187 commit 103c151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Publish Pre-Release
run: |
ls -la ~/.ssh
cat ~/.ssh/config
pnpm run build
if [ "${{inputs.preReleaseVersion}}" == "existing" ]; then
pnpx tsx scripts/release.ts $DRY_RUN_ARG --preRelease=${{inputs.preReleaseName}} --npm.tag=${{inputs.npmTag}} --no-git.requireupstream
Expand Down

0 comments on commit 103c151

Please sign in to comment.