mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-21 20:13:56 +00:00
feat: added release-please
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
name: release-please
|
||||||
|
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