Skip to content

- bumps patch version #3

- bumps patch version

- bumps patch version #3

Workflow file for this run

name: "create release"
on:
push:
tags:
'*'
defaults:
run:
shell: bash
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Create Release
uses: ncipollo/release-action@v1
with:
generateReleaseNotes: true
prerelease: ${{ contains(github.ref_name, 'RC') }}
skipIfReleaseExists: true