Skip to content

Commit

Permalink
chore: workflow_dispatch to release-please (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldodge79 authored Jun 17, 2021
1 parent d1d968e commit 0a9a5c0
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
on:
push:
branches:
name: release-please
on:
workflow_dispatch:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v2
with:
command: manifest
token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }}
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v2
with:
command: manifest
token: ${{ secrets.LOS_AUTO_BOT_RP_TOKEN }}

0 comments on commit 0a9a5c0

Please sign in to comment.