Skip to content

Commit cf9b9aa

Browse files
Fix publish workflow npm auth config and make bump PR draft (#9)
1 parent 3e27d17 commit cf9b9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ jobs:
159159
run: |
160160
npm config set @shpitdev:registry https://npm.pkg.github.com
161161
npm config set //npm.pkg.github.com/:_authToken "$NODE_AUTH_TOKEN"
162-
npm config set always-auth true
163162
164163
- name: Publish package with next tag
165164
id: publish
@@ -219,6 +218,7 @@ jobs:
219218
with:
220219
token: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }}
221220
branch: ci/version-bump-${{ steps.meta.outputs.next_version }}
221+
draft: true
222222
delete-branch: true
223223
commit-message: "chore: bump package version to ${{ steps.meta.outputs.next_version }}"
224224
title: "chore: bump package version to ${{ steps.meta.outputs.next_version }}"

0 commit comments

Comments
 (0)