Skip to content

Commit

Permalink
Fix Release action
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Oct 27, 2022
1 parent ab56282 commit 11c9f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- $default-branch
- main

jobs:
release:
Expand All @@ -26,6 +26,6 @@ jobs:
run: yarn

- name: Create Release Pull Request
uses: changesets/action@master
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 11c9f41

Please sign in to comment.