We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2cd49 commit b4a7c71Copy full SHA for b4a7c71
.github/workflows/cd.yml
@@ -30,7 +30,7 @@ jobs:
30
# upgrade npm version in package.json to the tag used in the release.
31
- run: yarn version --new-version ${{ github.event.release.tag_name }}
32
# run tests just in case
33
- - run: yarn test
+ - run: yarn test:2.0.0
34
# publish to NPM -> there is one caveat, continue reading for the fix
35
- run: npm publish
36
env:
0 commit comments