Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .antigravitycli/bfe058e1-1181-4823-866f-c05e8cb21485.json

This file was deleted.

25 changes: 25 additions & 0 deletions .github/workflows/release-pls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Release-pls

on:
push:
branches:
- main

jobs:
release-pls:
name: Release-pls
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # Crucial: release-pls needs the full history to read commits

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

- name: Run release-pls
uses: MarcoIeni/release-pls-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ target
#.idea/

.antigravity/
.antigravitycli/
Loading