Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
109 stars 27 forks source link

gci: Fix release-plz by unignoring Cargo.lock #387

Closed cdecker closed 5 months ago

cdecker commented 5 months ago

release-plz doesn't seem to like this combination: https://github.com/Blockstream/greenlight/actions/runs/8203959856/job/22437632005

Run MarcoIeni/git-config@v0.1
Run # The environment variable GITHUB_TOKEN is read by the `gh` cli
Run if [[ -n "" ]]
-- Running release-plz release-pr --
  2024-03-08T13:23:45.240534Z  INFO  using release-plz config file release-plz.toml

  2024-03-08T13:23:45.244827Z ERROR  Cargo.lock is present in your .gitignore and is also committed. Remove it from your repository or from your `.gitignore` file.

Error: Cargo.lock is present in your .gitignore and is also committed. Remove it from your repository or from your `.gitignore` file.
Error: Process completed with exit code 1.