mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-07-23 17:10:50 -05:00
17 lines
288 B
YAML
17 lines
288 B
YAML
name: release-please
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
release-please:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: google-github-actions/release-please-action@v3
|
|
with:
|
|
release-type: node
|
|
command: manifest
|
|
monorepo-tags: true
|