Skip to content

Commit

Permalink
fix: release-please should be its own job
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Feb 20, 2023
1 parent af3fa34 commit 3988999
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@ on:
- master
name: release-please
jobs:
update-version-and-merge:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.TOKEN }}
release-type: simple
package-name: release-please-action
- uses: "pascalgn/automerge-action@v0.15.6"
env:
GITHUB_TOKEN: "${{ secrets.TOKEN }}"
MERGE_LABELS: ""
UPDATE_LABELS: ""
MERGE_METHOD: "merge"
MERGE_FILTER_AUTHOR: "builder555"
MERGE_FORKS: "false"
LOG: "DEBUG"

0 comments on commit 3988999

Please sign in to comment.