Skip to content

Commit 1755930

Browse files
committed
feat: fix cache issues
1 parent 4f1550f commit 1755930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# publish
3434
- name: release
35-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
35+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)