Skip to content

Version 0.6.5.7

Version 0.6.5.7 #2

Workflow file for this run

name: GitHub release
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
name: "For Power ${{github.ref_name}}"
bodyFile: "dist/RELEASE_NOTES"