fix: restore docker dry run to release workflow

This commit is contained in:
mkorwel
2025-07-01 12:01:19 -05:00
parent bd2ed161c3
commit 311775a4e7

View File

@@ -100,6 +100,7 @@ jobs:
env:
NPM_PUBLISH_TAG: ${{ steps.version.outputs.NPM_TAG }}
NPM_DRY_RUN: ${{ steps.run_type.outputs.NPM_DRY_RUN }}
DOCKER_DRY_RUN: ${{ steps.run_type.outputs.DOCKER_DRY_RUN }}
- name: Create GitHub Release
if: steps.run_type.outputs.NPM_DRY_RUN == ''