Skip to content

chore: fix PowerShell update script #92

chore: fix PowerShell update script

chore: fix PowerShell update script #92

Workflow file for this run

name: Release by tag
on:
push:
tags:
- "*"
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: ncipollo/[email protected]
with:
token: ${{ secrets.GH_PAT }}