We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae9202 commit eceb9e2Copy full SHA for eceb9e2
.github/workflows/release-please.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: ./.github/actions/setup-nvm
34
- run: npm ci
35
- run: npm run build
36
- - uses: FrontEndDev-org/publish-node-package-action@v2
+ - uses: FrontEndDev-org/publish-node-package-action@v2.5
37
with:
38
target: npm
39
token: ${{ secrets.NPM_TOKEN }}
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
target: github
57
token: ${{ secrets.GITHUB_TOKEN }}
.release-please-manifest.json
@@ -1 +1 @@
1
-{".":"1.0.0"}
+{}
CHANGELOG.md
0 commit comments