diff --git a/.antigravitycli/bfe058e1-1181-4823-866f-c05e8cb21485.json b/.antigravitycli/bfe058e1-1181-4823-866f-c05e8cb21485.json deleted file mode 120000 index bdffc75..0000000 --- a/.antigravitycli/bfe058e1-1181-4823-866f-c05e8cb21485.json +++ /dev/null @@ -1 +0,0 @@ -/Users/watcher/.gemini/config/projects/bfe058e1-1181-4823-866f-c05e8cb21485.json \ No newline at end of file diff --git a/.github/workflows/release-pls.yml b/.github/workflows/release-pls.yml new file mode 100644 index 0000000..634adc2 --- /dev/null +++ b/.github/workflows/release-pls.yml @@ -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 }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index d160cff..47bd433 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ target #.idea/ .antigravity/ +.antigravitycli/ \ No newline at end of file