Skip to content

Commit

Permalink
Merge pull request #840 from webdriverio-community/sm/separate-fixtures
Browse files Browse the repository at this point in the history
debug(ci): log out ssh conf
  • Loading branch information
goosewobbler authored Nov 20, 2024
2 parents f28de3e + 103c151 commit 2d986b8
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 2d986b8

Please sign in to comment.