Skip to content

Commit

Permalink
fix: cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Jan 29, 2024
1 parent 56fc183 commit 061f0f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,20 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
path: actions

- name: Publish release
- name: Publish the application package and create release tag
uses: ./actions/js/publish
with:
node-version: 14.19.x
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
verify-tests: false

- name: Publish cypress
- name: Publish tests package
uses: ./actions/js/publish
with:
node-version: 14.19.x
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
package-directory: ./tests
verify-tests: false
publish-tag: false

0 comments on commit 061f0f7

Please sign in to comment.