Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Mar 19, 2024
1 parent c4a891a commit c930d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
STABILITY="testing"
ENV="testing"
;;
master | [2-9][0-9].[0-9][0-9].x)
master | [2-9][0-9].[0-9][0-9].x | 23.10.x-tun)
STABILITY="stable"
ENV="production"
;;
Expand Down

0 comments on commit c930d2d

Please sign in to comment.