Skip to content

Commit

Permalink
Update .github/workflows/get-environment.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Duret <[email protected]>
  • Loading branch information
mushroomempires and kduret authored Jan 16, 2025
1 parent 72ee3f1 commit 1ca02fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
script: |
let version = '';
if (${{ steps.get_stability.outputs.stability }} === 'testing') {
if ('${{ steps.get_stability.outputs.stability }}' === 'testing') {
const branchName = "${{ github.ref_name }}";
const matches = branchName.match(/^(?:release|hotfix)-(\d{8})$/);
if (matches) {
Expand Down

0 comments on commit 1ca02fa

Please sign in to comment.