Skip to content

feat: "generate password" and "generate uuid" commands #94

feat: "generate password" and "generate uuid" commands

feat: "generate password" and "generate uuid" commands #94

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 }}