Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Colsrch committed Jun 14, 2022
0 parents commit f1e79e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: release-please
on:
push:
branches: [ release ]
workflow_dispatch:

jobs:
release-please:
if: github.repository == 'MadokaProject/test'
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: test

0 comments on commit f1e79e8

Please sign in to comment.