diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4d4cfee..b6ddaf53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: npx nx release publish ${{ github.event.release.tag_name }} --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_CONFIG_PROVENANCE: false + NPM_CONFIG_PROVENANCE: true # Push changes to GitHub (updated package.json,...) - name: Push changes to GitHub run: git commit -am "Release ${{ github.event.release.tag_name }}" && git push origin HEAD:main diff --git a/package.json b/package.json index e8fe585f..1e181cbf 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "description": "A web game engine written in TypeScript", "author": "Augustin Mercier 'Gugustinette' ", "license": "Apache-2.0", + "publishConfig": { + "access": "public" + }, "homepage": "https://fibbojs.github.io/fibbo", "repository": { "type": "git",