Skip to content

chore: update map points for michigan #21

chore: update map points for michigan

chore: update map points for michigan #21

Workflow file for this run

name: 📦 Release
on:
workflow_dispatch:
push:
branches: ["master"]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}