Skip to content

Commit

Permalink
feat: Update default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr authored Sep 26, 2022
1 parent f535e19 commit b9017cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release npm package
on:
push:
branches:
- master
- main

jobs:
release:
Expand All @@ -20,4 +20,4 @@ jobs:
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b9017cc

Please sign in to comment.