Skip to content

Commit dc7c21f

Browse files
committed
Fix npm workflow conditional expressions and defaults
- Correct conditional logic for docker_enabled and npm_publish_enabled parameters - Add proper defaults for boolean parameters in npm-release-reusable workflow - Ensure workflow properly handles optional Docker and npm publishing features
1 parent 264975e commit dc7c21f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dry-run: ${{ inputs.dry_run }}
2020
docker-enabled: true
2121
docker-image-name: sandbox
22-
docker-build-args: 'REFRAME_API_URL=http://localhost:3000'
22+
docker-build-args: 'REFRAME_API_URL=https://reframeapi.goplasmatic.io'
2323
secrets:
2424
GH_PAT: ${{ secrets.GH_PAT }}
2525
ACR_URL: ${{ secrets.ACR_URL }}

0 commit comments

Comments
 (0)