Skip to content

Commit

Permalink
try DRY_RUN=true with release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aneesh1 committed Sep 20, 2024
1 parent 7b953fb commit 0f96e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dd-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
KUBE_BUILD_PLATFORM: ${{ matrix.platform }}
- name: Build etcd
run: REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/release.sh --no-upload --no-docker-push ${{ env.RELEASE_VERSION_NO_V }} --in-place
run: DRY_RUN=true REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/release.sh --no-upload --no-docker-push ${{ env.RELEASE_VERSION_NO_V }}
env:
GITHUB_REPOSITORY: ${{ github.repository }}
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0f96e9f

Please sign in to comment.