Skip to content

Commit

Permalink
ci: fix wrong branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
shocota authored Jan 16, 2023
1 parent 9a9e1d1 commit 4c0861a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
Expand All @@ -22,4 +22,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit 4c0861a

Please sign in to comment.