Skip to content

Commit 2675ce6

Browse files
authored
Merge pull request #20 from cloudcome/feat/v0.x
Feat/v0.x
2 parents 516fb83 + f330210 commit 2675ce6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 18
18-
cache: 'npm'
18+
cache: npm
1919
- run: npm ci
2020
- run: npm run lint
2121
- run: npm run test

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/setup-node@v3
1313
with:
1414
node-version: 18
15-
cache: 'npm'
16-
registry-url: 'https://registry.npmjs.org'
15+
cache: npm
16+
registry-url: https://registry.npmjs.org
1717
- run: npm ci
1818
- run: npm run build
1919
- run: npm publish

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ jobs:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
release-type: node
2121
bump-minor-pre-major: true
22+
release-as: 0.0.0

0 commit comments

Comments
 (0)