Skip to content

Commit

Permalink
github-actions: fix publish workflow (#123)
Browse files Browse the repository at this point in the history
* github-actions: fix publish workflow

* gihub-actions: updated  node version for publishing
  • Loading branch information
Aleksey28 authored Oct 17, 2023
1 parent a934607 commit 37bb298
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ jobs:
runs-on: ubuntu-latest
environment: release
steps:
- uses: DevExpress/testcafe-build-system/actions/publish-with-publish-please@main
- uses: DevExpress/testcafe-build-system/actions/prepare@main
with:
node-version: 18

- run: cd demo-app && npm i --force && cd ..

- uses: DevExpress/testcafe-build-system/actions/build-npm@main

- uses: DevExpress/testcafe-build-system/actions/login-npm@main
with:
token: ${{ secrets.NPM_TOKEN }}

- shell: bash
run: npx publish-please || (git status && false)

0 comments on commit 37bb298

Please sign in to comment.