point to existing workflow

This commit is contained in:
Amy Galles 2025-10-09 15:38:32 -07:00
parent 878ef0d74a
commit 30cd148d5f
No known key found for this signature in database
GPG Key ID: 00445BCEEB6E92BD

View File

@ -171,7 +171,7 @@ jobs:
PRODUCT: ${{ inputs.product }}
run: |
if ${{ inputs.dry-run }} ; then
gh workflow view publish-github-release-bwpm.yml
gh workflow view publish-github-release.yml
exit 0
fi
if [ "$PRODUCT" = "Password Manager" ]; then