mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 02:24:44 +08:00
Initial commit from Create Next App
This commit is contained in:
17
.github/workflows/release-please.yml
vendored
Normal file
17
.github/workflows/release-please.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: release-please
|
||||
on:
|
||||
# !STARTERCONF Choose your preferred event
|
||||
# !Option 1: Manual Trigger from GitHub
|
||||
workflow_dispatch:
|
||||
# !Option 2: Release on every push on main branch
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
with:
|
||||
release-type: node
|
||||
package-name: release-please-action
|
||||
Reference in New Issue
Block a user