2c7661c9fa
I confirmed that it shouldn't break anything from looking at the documentation, but who knows with release-please /shrug
20 lines
336 B
YAML
20 lines
336 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
release-please:
|
|
name: Make release
|
|
runs-on: ubuntu-latest
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
steps:
|
|
- uses: googleapis/release-please-action@v4
|
|
with:
|
|
release-type: simple
|
|
package-name: catppuccin/nix
|