Skip to content

Commit 889b724

Browse files
author
Les Moffat
committed
release/3.9.0-rc.3
1 parent d70c695 commit 889b724

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
r2-access-key-id: ${{ secrets.CDN_MAPTILER_ACCESS_KEY_ID }}
6161
r2-secret-access-key: ${{ secrets.CDN_MAPTILER_SECRET_ACCESS_KEY }}
6262
r2-bucket: cdn-storage
63-
source-dir: dist
63+
source-dir: build
6464
destination-dir: maptiler-sdk-js/v${{ env.PACKAGE_VERSION }}/
6565

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maptiler/sdk",
3-
"version": "3.9.0",
3+
"version": "3.9.0-rc.3",
44
"description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
55
"author": "MapTiler",
66
"module": "dist/maptiler-sdk.mjs",

0 commit comments

Comments
 (0)