Skip to content

fix: fix unexpected import error when browser-cookie3 is not installed #19

fix: fix unexpected import error when browser-cookie3 is not installed

fix: fix unexpected import error when browser-cookie3 is not installed #19

Workflow file for this run

name: Create GitHub Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
body: ${{ github.event.head_commit.message }}
generateReleaseNotes: true