Skip to content

deps: Update unocss and webpack to address vulnerability. #9

deps: Update unocss and webpack to address vulnerability.

deps: Update unocss and webpack to address vulnerability. #9

Workflow file for this run

name: Draft Release
on:
push:
branches:
- develop
jobs:
draft-release:
runs-on: ubuntu-latest
steps:
- name: Draft Release
uses: toolmantim/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}