Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Oct 3, 2024
1 parent aa9789c commit 922c1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipelines:
auto:
language: java
versions:
- "8.0.0"
- "8"
environmentVariables:
readOnly:
NEXT_VERSION: 0.0.0
Expand Down
2 changes: 1 addition & 1 deletion release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipelines:
auto:
language: java
versions:
- "8.0.0"
- "8"

steps:
- name: Snapshot
Expand Down

0 comments on commit 922c1d5

Please sign in to comment.