diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f1058f..d7a5134 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.DEVOPS_USER_TOKEN }} - name: 💼 Configure Git user run: | diff --git a/package.json b/package.json index 49bd504..4f30896 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,9 @@ "--no-verify" ] }, + "npm": { + "publish": false + }, "plugins": { "@release-it/conventional-changelog": { "preset": {