Skip to content

Commit 648dc95

Browse files
committed
Fix the auto release workflow
1 parent bc360b4 commit 648dc95

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ jobs:
3131
with:
3232
node-version: 'lts/*'
3333
registry-url: 'https://registry.npmjs.org'
34-
scope : 'appstore-connect-jwt-generator-core'
34+
scope : 'appstore-connect-jwt-generator-cli'
3535
package-manager-cache: false
3636

3737
- name: Can Publish
3838
run : npx can-npm-publish --verbose
39-
working-directory: package
4039

4140
- name: Install latest npm
4241
run: |
@@ -53,8 +52,6 @@ jobs:
5352
5453
- name: Build
5554
run : pnpm build
56-
working-directory: package
5755

5856
- name: Publish
5957
run : pnpm -r publish --no-git-checks --access public --provenance
60-
working-directory: package

0 commit comments

Comments
 (0)