Skip to content

fix: add safe fallback handling for marker icon rendering #173

fix: add safe fallback handling for marker icon rendering

fix: add safe fallback handling for marker icon rendering #173

Workflow file for this run

name: Release Package
on:
push:
branches:
- main
- dev
concurrency:
group: release-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Build package
run: yarn build
- name: Build tarball
run: |
mkdir -p release
npm pack --pack-destination release
- name: Run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn release