Skip to content

Merge pull request #46 from flying-dice/fix/handle-non-existing-write… #55

Merge pull request #46 from flying-dice/fix/handle-non-existing-write…

Merge pull request #46 from flying-dice/fix/handle-non-existing-write… #55

name: Semantic Release
on:
push:
branches:
- main
jobs:
release:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm install
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAIN_VITE_APTABASE_APP_KEY: ${{ secrets.MAIN_VITE_APTABASE_APP_KEY }}