Skip to content

fix: pass shell installer tags directly to helper #4

fix: pass shell installer tags directly to helper

fix: pass shell installer tags directly to helper #4

Workflow file for this run

name: release
on:
push:
tags: ["v*"]
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm test
- run: npm run build:release
- uses: softprops/action-gh-release@v2
with:
files: |
dist/*.tar.gz
dist/*.zip
dist/install-release.sh
dist/install-release.ps1
dist/SHA256SUMS