We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61c2a1 commit 99ca791Copy full SHA for 99ca791
.github/workflows/cd.yml
@@ -54,8 +54,8 @@ jobs:
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
needs: [preprod]
57
- if: ${{ !contains( github.ref_name, 'hotfix')) }}
58
-
+ if: ${{ !contains( github.ref_name, 'hotfix') }}
+
59
# Hotfix-only release draft update
60
update_release_draft_for_hotfix:
61
# Uncomment when anchor are supported in GitHub Actions
@@ -71,4 +71,4 @@ jobs:
71
config-name: release-config.yml
72
73
74
- if: ${{ contains( github.ref_name, 'hotfix')) }}
+ if: ${{ contains( github.ref_name, 'hotfix') }}
0 commit comments