Skip to content

Commit

Permalink
Bump version to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
heku committed Apr 6, 2024
1 parent 20d907d commit e91f6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ trigger:
- refs/tags/v*.*

variables:
versionPrefix: 2.7
versionPrefix: 2.8
isTag: ${{ startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}
isHeku: ${{ eq(variables['Build.RequestedFor'], 'Heku') }}
shouldRelease: ${{ and(eq(variables.isHeku, 'True'), eq(variables.isTag, 'True')) }}
Expand Down

0 comments on commit e91f6db

Please sign in to comment.