Skip to content

Commit b4a7c71

Browse files
committed
Update cd.yml
1 parent ef2cd49 commit b4a7c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# upgrade npm version in package.json to the tag used in the release.
3131
- run: yarn version --new-version ${{ github.event.release.tag_name }}
3232
# run tests just in case
33-
- run: yarn test
33+
- run: yarn test:2.0.0
3434
# publish to NPM -> there is one caveat, continue reading for the fix
3535
- run: npm publish
3636
env:

0 commit comments

Comments
 (0)