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 f6f763d commit cb54d91Copy full SHA for cb54d91
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
- uses: actions/checkout@v2
7
- uses: actions/setup-node@v1
8
with:
9
- node-version: "15.x"
+ node-version: 15
10
registry-url: https://registry.npmjs.org/
11
- run: npm publish
12
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments