Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Apr 14, 2023
1 parent ef2cd49 commit b4a7c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# upgrade npm version in package.json to the tag used in the release.
- run: yarn version --new-version ${{ github.event.release.tag_name }}
# run tests just in case
- run: yarn test
- run: yarn test:2.0.0
# publish to NPM -> there is one caveat, continue reading for the fix
- run: npm publish
env:
Expand Down

0 comments on commit b4a7c71

Please sign in to comment.