We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637ab91 commit 56e4355Copy full SHA for 56e4355
2 files changed
.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
permissions:
50
id-token: write
51
+ contents: read
52
steps:
53
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
54
with:
@@ -61,5 +62,3 @@ jobs:
61
62
- run: pnpm install
63
- run: pnpm build
64
- run: NPM_CONFIG_PROVENANCE=true pnpm run release:npm:registry
- env:
65
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,10 @@
1
{
2
"name": "@himenon/openapi-typescript-code-generator",
3
+<<<<<<< Updated upstream
4
"version": "2.0.1",
5
+=======
6
+ "version": "2.0P.0",
7
+>>>>>>> Stashed changes
8
"description": "OpenAPI Code Generator using Template literals.",
9
"keywords": [
10
"openapi",
0 commit comments