Skip to content

Few minor changes to the "contexts" section of the readme #14

Few minor changes to the "contexts" section of the readme

Few minor changes to the "contexts" section of the readme #14

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
- "v*.*.*-*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create Release
uses: softprops/action-gh-release@v2
with:
prerelease: ${{ contains(github.ref, '-') }}
generate_release_notes: true