Skip to content

Initial release: privateclaw CLI with attestation-rs integration #1

Initial release: privateclaw CLI with attestation-rs integration

Initial release: privateclaw CLI with attestation-rs integration #1

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
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: |
privateclaw
install.sh
generate_release_notes: true