Skip to content

Update v3 to v3.2.3 + Add important message to README.md #10

Update v3 to v3.2.3 + Add important message to README.md

Update v3 to v3.2.3 + Add important message to README.md #10

name: Publish to GitHub Releases
on:
push:
tags:
- "v*.*.*"
jobs:
build-n-publish-to-github:
name: Build and publish to GitHub Releases
runs-on: ubuntu-latest
steps:
- name: Publish to GitHub Releases
uses: softprops/action-gh-release@v1
with:
# Use the newest commit message as the release description
body: ${{ github.event.head_commit.message }}