Skip to content

Commit

Permalink
Merge pull request #53 from petrsnd/70release
Browse files Browse the repository at this point in the history
release 7.0
  • Loading branch information
petrsnd authored Aug 23, 2022
2 parents 6fa9928 + a0bc89b commit ff13ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline-templates/global-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ variables:
- name: version
value: "7.0"
- name: isPrerelease
value: ${{ true }}
value: ${{ false }}
- name: shouldPublishDocker
value: $[ eq( variables.isPrerelease, false ) ]

0 comments on commit ff13ad2

Please sign in to comment.