Skip to content

Commit

Permalink
Use new naming scheme for release candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Nov 3, 2023
1 parent 287ae30 commit 2a550ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Check tag format
run: |
echo ${{ inputs.candidate }} | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$'
echo ${{ inputs.candidate }} | grep -E '^rc[0-9]+\.[0-9]+\.[0-9]+$'
# Tag the branch with the release candidate version
- name: Tag candidate
Expand Down

0 comments on commit 2a550ff

Please sign in to comment.