Skip to content

Commit

Permalink
ci: 👷 add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Oct 26, 2024
1 parent 9f2c3f7 commit 7b65add
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Debug
run: echo "$RELEASE_SPECIFIER"
# Step 1: Check out the repository code
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -49,8 +51,8 @@ jobs:
run: bunx nx affected -t lint test build --exclude nextjs,vue3

# Step 8: Run the release in dry-run mode
- name: Run Nx release (dry-run)
run: bunx nx release --dry-run
- name: Run Nx release version (dry-run)
run: bunx nx release version --dry-run

# Step 9: Clean up dist directory
- name: Cleanup dist directory
Expand Down

0 comments on commit 7b65add

Please sign in to comment.