Skip to content

Commit a54eab0

Browse files
Merge pull request #633 from vtex/fix-gh-npm-workflow-set-package-name
Set packageName @vtex/api
2 parents ba6425e + 61d8675 commit a54eab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030
env:
3131
CODEARTIFACT_DOMAIN: main
3232
CODEARTIFACT_REPOSITORY: internal-npm
33-
NPM_PACKAGE_NAME: "vtex"
33+
NPM_PACKAGE_NAME: "@vtex/api"
3434
AWS_REGION: us-east-1
3535

3636
jobs:

0 commit comments

Comments
 (0)