Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed May 6, 2024
1 parent 7401f9e commit f759c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- run: npm i -g [email protected] && pnpm i
name: Install dependencies
# fail and not publish if any of the unit tests are failing
- name: Test
run: pnpm test
# - name: Test
# run: pnpm test
- name: clean up working directory
run: git status && git clean -f -d && git status
- name: Setup Git and push back to the repo
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.ref_name != github.event.repository.default_branch
run: node ./scripts/should-publish.js
env:
OLDV: ${{ steps.oldv.outputs }}
OLDV: ${{ steps.oldv.outputs.v }}
NEWV: ${{ steps.v.outputs.v }}
# - name: Copy Readme file
# run: cp ../README.md . # todo: uncomment this line while rebranding
Expand Down

0 comments on commit f759c1d

Please sign in to comment.