Skip to content

Commit

Permalink
chore: update version.json for release (#968)
Browse files Browse the repository at this point in the history
* Update version.json

* Update release-tests.yml
  • Loading branch information
oZakari authored Feb 22, 2025
1 parent e3ce5d5 commit 0e062f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Pester Tests
id: pester
if: startsWith(github.head_ref, 'release')
if: contains(github.head_ref, 'release')
uses: azure/powershell@53dd145408794f7e80f97cfcca04155c85234709 # v2.0.0
with:
inlineScript: |
Expand Down
8 changes: 4 additions & 4 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.20.2",
"gitTag": "v0.20.2",
"releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.20.2",
"releaseDateTimeUTC": "20250106T1930490000Z"
"version": "0.21.0",
"gitTag": "v0.21.0",
"releaseNotes": "https://github.com/Azure/ALZ-Bicep/releases/tag/v0.21.0",
"releaseDateTimeUTC": "20250221T1830000000Z"
}

0 comments on commit 0e062f6

Please sign in to comment.