File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ permissions:
2929
3030env :
3131 CODEARTIFACT_DOMAIN : main
32- CODEARTIFACT_REPOSITORY : vtex -npm
32+ CODEARTIFACT_REPOSITORY : internal -npm
3333 NPM_PACKAGE_NAME : " vtex"
3434 AWS_REGION : us-east-1
3535
6868 - name : Download package from CodeArtifact
6969 run : |
7070 set -euo pipefail
71- VERSION="${{ inputs.version }}"
71+ VERSION="${{ github.event. inputs.version }}"
7272
7373 echo "Downloading ${NPM_PACKAGE_NAME}@${VERSION} from CodeArtifact..."
7474 npm pack "${NPM_PACKAGE_NAME}@${VERSION}"
8686 set -euo pipefail
8787 TARBALL=$(ls -1 *.tgz | head -n 1)
8888 TAG_FLAG=""
89- if [ "${{ inputs.environment }}" = "beta" ]; then
89+ if [ "${{ github.event. inputs.environment }}" = "beta" ]; then
9090 TAG_FLAG="--tag beta"
9191 fi
9292 echo "Publishing ${TARBALL} to npmjs..."
You can’t perform that action at this time.
0 commit comments