Skip to content

Commit

Permalink
chore: update default branch name for release-please
Browse files Browse the repository at this point in the history
The default branch name for release-please is invalid.
  • Loading branch information
OGKevin committed May 12, 2023
1 parent 8dd17e8 commit e357cee
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
on:
push:
branches:
- main
push:
branches:
- master
permissions:
contents: write
pull-requests: write
contents: write
pull-requests: write
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: obsidian-kobo-highlights-importer-plugin
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: obsidian-kobo-highlights-importer-plugin

0 comments on commit e357cee

Please sign in to comment.