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.
2 parents 516fb83 + f330210 commit 2675ce6Copy full SHA for 2675ce6
.github/workflows/code-review.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v3
16
with:
17
node-version: 18
18
- cache: 'npm'
+ cache: npm
19
- run: npm ci
20
- run: npm run lint
21
- run: npm run test
.github/workflows/publish-package.yml
@@ -12,8 +12,8 @@ jobs:
12
13
14
- registry-url: 'https://registry.npmjs.org'
+ registry-url: https://registry.npmjs.org
- run: npm run build
- run: npm publish
.github/workflows/release-please.yml
@@ -19,3 +19,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
bump-minor-pre-major: true
22
+ release-as: 0.0.0
0 commit comments