We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ce5d5 commit 0e062f6Copy full SHA for 0e062f6
.github/workflows/release-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Pester Tests
30
id: pester
31
- if: startsWith(github.head_ref, 'release')
+ if: contains(github.head_ref, 'release')
32
uses: azure/powershell@53dd145408794f7e80f97cfcca04155c85234709 # v2.0.0
33
with:
34
inlineScript: |
version.json
@@ -1,6 +1,6 @@
1
{
2
- "version": "0.20.2",
3
- "gitTag": "v0.20.2",
4
- "releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.20.2",
5
- "releaseDateTimeUTC": "20250106T1930490000Z"
+ "version": "0.21.0",
+ "gitTag": "v0.21.0",
+ "releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.21.0",
+ "releaseDateTimeUTC": "20250221T1830000000Z"
6
}
0 commit comments