We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc360b4 commit 648dc95Copy full SHA for 648dc95
1 file changed
.github/workflows/release.yml
@@ -31,12 +31,11 @@ jobs:
31
with:
32
node-version: 'lts/*'
33
registry-url: 'https://registry.npmjs.org'
34
- scope : 'appstore-connect-jwt-generator-core'
+ scope : 'appstore-connect-jwt-generator-cli'
35
package-manager-cache: false
36
37
- name: Can Publish
38
run : npx can-npm-publish --verbose
39
- working-directory: package
40
41
- name: Install latest npm
42
run: |
@@ -53,8 +52,6 @@ jobs:
53
52
54
- name: Build
55
run : pnpm build
56
57
58
- name: Publish
59
run : pnpm -r publish --no-git-checks --access public --provenance
60
0 commit comments