mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-04 16:55:45 +03:00
chore(ci): streamline ci configuration with bluefin project
This commit is contained in:
parent
d93122baf1
commit
d677d7b305
3 changed files with 9 additions and 23 deletions
23
.github/workflows/generate_changelog.yml
vendored
Normal file
23
.github/workflows/generate_changelog.yml
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
checks: write
|
||||
actions: read
|
||||
packages: write
|
||||
pull-requests: write
|
||||
|
||||
name: Generate Changelog
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
id: release-please
|
||||
with:
|
||||
release-type: simple
|
||||
package-name: release-please-action
|
Loading…
Add table
Add a link
Reference in a new issue