diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b28b0d..c47e2c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: needs: test permissions: contents: write + id-token: write steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -37,7 +38,7 @@ jobs: - run: yarn install --frozen-lockfile - run: yarn ci - - run: npm publish + - run: npm publish --provenance --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index dfd1e2d..ae3838c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "apigen-ts", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": "vladkens ", "repository": "vladkens/apigen-ts",