Skip to content

Commit

Permalink
chore: merge main into release
Browse files Browse the repository at this point in the history
  • Loading branch information
dgellow committed Aug 31, 2023
1 parent e97aebf commit 60354b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
npm run cli -- release-pr \
--token=${{ secrets.GITHUB_TOKEN }} \
--repo-url=${{ github.repository }} \
--target-branch=release
--target-branch=main
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Create GitHub releases

on:
pull_request:
types:
- closed
- labeled
push:
branches:
- release

jobs:
create-releases:
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60354b8

Please sign in to comment.