Skip to content

build(deps): bump flask from 2.2.2 to 2.2.5 (#57) #54

build(deps): bump flask from 2.2.2 to 2.2.5 (#57)

build(deps): bump flask from 2.2.2 to 2.2.5 (#57) #54

Workflow file for this run

name: Release
"on":
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 16
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}