mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-12-12 00:27:22 +00:00
18 lines
289 B
YAML
18 lines
289 B
YAML
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
|
||
|
permissions:
|
||
|
contents: write
|
||
|
pull-requests: write
|
||
|
|
||
|
name: release-please
|
||
|
|
||
|
jobs:
|
||
|
release-please:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: googleapis/release-please-action@v4
|
||
|
with:
|
||
|
token: ${{ secrets.WORKFLOW_TOKEN }}
|