Skip to content

Commit b9949b1

Browse files
committed
fix branch reference
1 parent 6e875f8 commit b9949b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
publish:
2626
name: pack & publish
2727
runs-on: ubuntu-latest
28-
if: env.BRANCH == 'main'
28+
if: github.ref == 'refs/heads/main'
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: restore submodules

0 commit comments

Comments
 (0)