Skip to content

bump 3.3.0

bump 3.3.0 #15

Workflow file for this run

name: Create Release
on:
push:
tags:
- "v*"
jobs:
create:
runs-on: ubuntu-latest
steps:
- name: Create Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: CHANGELOG.md