Skip to content

Commit

Permalink
update release with README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Apr 11, 2024
1 parent 8db1cb0 commit c5bc6fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-rockets-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"esri-style-ft-mapbox-style": patch
---

Add README file and update example
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: cp -f README.md dist/
- run: pnpm run lint && pnpm run build
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: cp -f README.md dist/
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/[email protected]
Expand Down

0 comments on commit c5bc6fd

Please sign in to comment.