We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e27d17 commit cf9b9aaCopy full SHA for cf9b9aa
.github/workflows/publish-package.yml
@@ -159,7 +159,6 @@ jobs:
159
run: |
160
npm config set @shpitdev:registry https://npm.pkg.github.com
161
npm config set //npm.pkg.github.com/:_authToken "$NODE_AUTH_TOKEN"
162
- npm config set always-auth true
163
164
- name: Publish package with next tag
165
id: publish
@@ -219,6 +218,7 @@ jobs:
219
218
with:
220
token: ${{ secrets.GH_PAT || secrets.GITHUB_TOKEN }}
221
branch: ci/version-bump-${{ steps.meta.outputs.next_version }}
+ draft: true
222
delete-branch: true
223
commit-message: "chore: bump package version to ${{ steps.meta.outputs.next_version }}"
224
title: "chore: bump package version to ${{ steps.meta.outputs.next_version }}"
0 commit comments