diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 1403729d..4bdc9817 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -24,8 +24,8 @@ jobs: - run: npm i -g pnpm@9.0.5 && 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 @@ -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