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 98be0fd..5241e99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "fractions-math", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "scripts": { "build": "rm -rf dist && pkgroll --minify && ls -lah dist",