Skip to content

Commit 17a6e58

Browse files
committed
fix: appropriate var acess in CD`
1 parent 9d3194d commit 17a6e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: packages/msw-dev-tool
6262
run: |
6363
CURRENT_VERSION=$(cat package.json | jq -r '.version')
64-
REGISTRY_VERSION=${{ env.npm_version }}
64+
NPM_VERSION=${{ env.npm_version }}
6565
6666
# Compare version
6767
function version_gt() {

0 commit comments

Comments
 (0)