Skip to content

Commit

Permalink
build: use latest v7.x.x basemaps cli version (#940)
Browse files Browse the repository at this point in the history
### Motivation

the cli was linked to a specific version to fix a couple of bugs these
bugs have now been reelased.
<!-- TODO: Say why you made your changes. -->

### Modifications

swap from a exact version of basemaps cli to the latest released version
v7.x.x
<!-- TODO: Say what changes you made. -->

<!-- TODO: Attach screenshots if you changed the UI. -->

### Verification

<!-- TODO: Say how you tested your changes. -->
  • Loading branch information
blacha authored Jul 11, 2024
1 parent 2988c22 commit d11b829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- master

env:
BASEMAPS_CONTAINER_VERSION: v7.4.0-7-g25e94af4
BASEMAPS_CONTAINER_VERSION: v7

jobs:
build:
Expand Down

0 comments on commit d11b829

Please sign in to comment.