Skip to content

fix: drop redundant decodeURIComponent and repair urlencoded schema v… #259

fix: drop redundant decodeURIComponent and repair urlencoded schema v…

fix: drop redundant decodeURIComponent and repair urlencoded schema v… #259

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version-file: package.json
- name: Install
run: bun install
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}